[xiph-commits] r7815 - trunk/vorbis/doc

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Mon Sep 20 14:47:32 PDT 2004


Author: giles
Date: 2004-09-20 14:47:32 -0700 (Mon, 20 Sep 2004)
New Revision: 7815

Modified:
   trunk/vorbis/doc/Makefile.am
Log:
Include the built documentation in the distribution.


Modified: trunk/vorbis/doc/Makefile.am
===================================================================
--- trunk/vorbis/doc/Makefile.am	2004-09-20 21:47:15 UTC (rev 7814)
+++ trunk/vorbis/doc/Makefile.am	2004-09-20 21:47:32 UTC (rev 7815)
@@ -60,7 +60,8 @@
 doc_DATA = $(static_docs) $(SPEC_PNG)
 endif
 
-EXTRA_DIST = $(static_docs) $(doc_sources) $(SPEC_PNG) $(SPEC_PDF)
+EXTRA_DIST = $(static_docs) $(doc_sources) \
+	$(SPEC_PNG) $(SPEC_PDF) $(built_docs)
 
 doc_sources = xml/Vorbis_I_spec.xml \
 	xml/01-introduction.xml \



More information about the commits mailing list