From: Ralph Giles Date: Mon, 20 Sep 2004 21:47:32 +0000 (+0000) Subject: Include the built documentation in the distribution. X-Git-Tag: v1.3.3~502 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49aa0cbbcd139f49edf76180f1a46626bd70f043;p=platform%2Fupstream%2Flibvorbis.git Include the built documentation in the distribution. svn path=/trunk/vorbis/; revision=7815 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 7007ddf..bf3adbf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -60,7 +60,8 @@ else 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 \