Remove the endif condition (an automake 1.5 feature). We now seem to do
authorRalph Giles <giles@xiph.org>
Thu, 7 Nov 2002 11:54:24 +0000 (11:54 +0000)
committerRalph Giles <giles@xiph.org>
Thu, 7 Nov 2002 11:54:24 +0000 (11:54 +0000)
the right thing build-wise under automake 1.4.

svn path=/trunk/vorbis/; revision=4094

doc/Makefile.am

index 6e8e25c..5d3e35f 100644 (file)
@@ -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 \