[packages] libtiff: don't include dev shared lib symlinks in package, bump release...
[openwrt/svn-archive/archive.git] / libs / libtheora / patches / 001-no_docs_tests.patch
1 diff -urN libtheora-1.0beta3/Makefile.am libtheora-1.0beta3.new/Makefile.am
2 --- libtheora-1.0beta3/Makefile.am 2008-04-16 22:25:55.000000000 +0200
3 +++ libtheora-1.0beta3.new/Makefile.am 2008-10-11 15:42:38.000000000 +0200
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 -urN libtheora-1.0beta3/Makefile.in libtheora-1.0beta3.new/Makefile.in
14 --- libtheora-1.0beta3/Makefile.in 2008-04-16 22:26:15.000000000 +0200
15 +++ libtheora-1.0beta3.new/Makefile.in 2008-10-11 15:42:32.000000000 +0200
16 @@ -79,7 +79,7 @@
17 distclean-recursive maintainer-clean-recursive
18 ETAGS = etags
19 CTAGS = ctags
20 -DIST_SUBDIRS = lib include doc tests m4 examples
21 +DIST_SUBDIRS = lib include m4 examples
22 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23 distdir = $(PACKAGE)-$(VERSION)
24 top_distdir = $(distdir)