From 7043454e369f756daeb583443a7fac052b9f9908 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 7 Nov 2002 11:54:24 +0000 Subject: [PATCH] Remove the endif condition (an automake 1.5 feature). We now seem to do the right thing build-wise under automake 1.4. svn path=/trunk/vorbis/; revision=4094 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6e8e25c..5d3e35f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,7 @@ if BUILD_DOCS built_docs = Vorbis_I_spec.html Vorbis_I_spec.pdf else built_docs = -endif !BUILD_DOCS +endif doc_DATA = components.png \ draft-moffitt-vorbis-rtp-00.txt \ -- 2.7.4