9a7bef2c4da1a2ad44a415bcd3523018f6ce859a
[openwrt/svn-archive/archive.git] / libs / libtheora / patches / 001-no_docs_tests.patch
1 diff -ruN libtheora-1.0.orig/Makefile.am libtheora-1.0/Makefile.am
2 --- libtheora-1.0.orig/Makefile.am 2009-02-23 19:49:49.000000000 +0100
3 +++ libtheora-1.0/Makefile.am 2009-02-23 20:17:23.000000000 +0100
4 @@ -8,7 +8,7 @@
5 EXAMPLES_DIR =
6 endif
7
8 -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
9 +SUBDIRS = lib include m4 $(EXAMPLES_DIR)
10
11
12 # we include the whole debian/ dir in EXTRA_DIST because there's a problem
13 diff -ruN libtheora-1.0.orig/Makefile.in libtheora-1.0/Makefile.in
14 --- libtheora-1.0.orig/Makefile.in 2009-02-23 19:49:49.000000000 +0100
15 +++ libtheora-1.0/Makefile.in 2009-02-23 20:17:14.000000000 +0100
16 @@ -80,7 +80,7 @@
17 DATA = $(pkgconfig_DATA)
18 ETAGS = etags
19 CTAGS = ctags
20 -DIST_SUBDIRS = lib include doc tests m4 examples
21 +DIST_SUBDIRS = lib include m4
22 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23 distdir = $(PACKAGE)-$(VERSION)
24 top_distdir = $(distdir)
25 @@ -262,7 +262,7 @@
26 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
27 @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR =
28 @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples
29 -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
30 +SUBDIRS = lib include m4 $(EXAMPLES_DIR)
31
32 # we include the whole debian/ dir in EXTRA_DIST because there's a problem
33 # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am