[xiph-commits] r15401 - trunk/vorbis/doc

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Oct 15 09:49:18 PDT 2008


Author: xiphmont
Date: 2008-10-15 09:49:17 -0700 (Wed, 15 Oct 2008)
New Revision: 15401

Modified:
   trunk/vorbis/doc/Makefile.am
Log:
Don't make build depend on an XML file that no longer exists.



Modified: trunk/vorbis/doc/Makefile.am
===================================================================
--- trunk/vorbis/doc/Makefile.am	2008-10-15 12:10:58 UTC (rev 15400)
+++ trunk/vorbis/doc/Makefile.am	2008-10-15 16:49:17 UTC (rev 15401)
@@ -103,7 +103,7 @@
 	@mkdir -p $(BUILDDIR)
 	@for file in $(doc_sources); do cp $(srcdir)/$$file $(BUILDDIR); done
 # translate rfc5215.txt to .xml in the BUILDDIR
-$(BUILDDIR)/draft-rtp.xml: rfc5215.txt
+$(BUILDDIR)/rfc5215.xml: rfc5215.txt
 	cat $< | sed 's///g' > $@
 # cat $< | sed 's///g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@
 



More information about the commits mailing list