Dash:
[t2-trunk.git] / package / multimedia / libtheora / no-docs.patch.cross
blob2df162196f7199f615239934de243af488189b97
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../libtheora/no-docs.patch.cross
5 # Copyright (C) 2009 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- libtheora-1.0-0rig//Makefile.am     2008-10-21 05:36:32.000000000 +0200
18 +++ libtheora-1.0/Makefile.am   2009-03-16 18:16:32.000000000 +0100
19 @@ -8,7 +8,7 @@
20  EXAMPLES_DIR =
21  endif
23 -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
24 +SUBDIRS = lib include m4 $(EXAMPLES_DIR)
27  # we include the whole debian/ dir in EXTRA_DIST because there's a problem
28 diff -urN libtheora-1.0-0rig//Makefile.in libtheora-1.0/Makefile.in
29 --- libtheora-1.0-0rig//Makefile.in     2008-10-29 11:36:48.000000000 +0100
30 +++ libtheora-1.0/Makefile.in   2009-03-16 18:16:51.000000000 +0100
31 @@ -80,7 +80,7 @@
32  DATA = $(pkgconfig_DATA)
33  ETAGS = etags
34  CTAGS = ctags
35 -DIST_SUBDIRS = lib include doc tests m4 examples
36 +DIST_SUBDIRS = lib include m4 examples
37  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
38  distdir = $(PACKAGE)-$(VERSION)
39  top_distdir = $(distdir)
40 @@ -262,7 +262,7 @@
41  AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
42  @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR = 
43  @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples
44 -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
45 +SUBDIRS = lib include m4 $(EXAMPLES_DIR)
47  # we include the whole debian/ dir in EXTRA_DIST because there's a problem
48  # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am