OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / contrib / libvorbis / A01-docs.patch
1 --- libvorbis/doc/Makefile.am   2005-11-27 21:43:22.000000000 -0800
2 +++ xxx/doc/Makefile.am 2010-09-11 09:29:32.849597873 -0700
3 @@ -30,7 +30,18 @@
4         vorbisword2.png \
5         wait.png \
6         white-ogg.png \
7 -       white-xifish.png
8 +       components.png \
9 +       floor1-1.png \
10 +       floor1-2.png \
11 +       floor1-3.png \
12 +       floor1-4.png \
13 +       hufftree.png \
14 +       hufftree-under.png \
15 +       residue-pack.png \
16 +       residue2.png \
17 +       white-xifish.png \
18 +       window1.png \
19 +       window2.png
20  
21  ### FIXME: bits needed by the spec which lives in xml
22  SPEC_PNG = \
23 @@ -55,9 +66,9 @@
24  
25  # conditionally make the generated documentation
26  if BUILD_DOCS
27 -doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs)
28 +doc_DATA = $(static_docs) $(built_docs)
29  else
30 -doc_DATA = $(static_docs) $(SPEC_PNG)
31 +doc_DATA = $(static_docs)
32  endif
33  
34  EXTRA_DIST = $(static_docs) $(doc_sources) \