[xiph-cvs] cvs commit: vorbis/doc Makefile.am

Ralph Giles giles at xiph.org
Thu Nov 7 03:54:24 PST 2002



giles       02/11/07 06:54:24

  Modified:    doc      Makefile.am
  Log:
  Remove the endif condition (an automake 1.5 feature). We now seem to do
  the right thing build-wise under automake 1.4.

Revision  Changes    Path
1.11      +1 -1      vorbis/doc/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.am	31 Oct 2002 21:19:44 -0000	1.10
+++ Makefile.am	7 Nov 2002 11:54:24 -0000	1.11
@@ -11,7 +11,7 @@
 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 \

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list