From 49aa0cbbcd139f49edf76180f1a46626bd70f043 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 20 Sep 2004 21:47:32 +0000 Subject: [PATCH] Include the built documentation in the distribution. svn path=/trunk/vorbis/; revision=7815 --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.7.4