Don't make build depend on an XML file that no longer exists.
authorMonty <xiphmont@xiph.org>
Wed, 15 Oct 2008 16:49:17 +0000 (16:49 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 15 Oct 2008 16:49:17 +0000 (16:49 +0000)
svn path=/trunk/vorbis/; revision=15401

doc/Makefile.am

index b116ea0..309d116 100644 (file)
@@ -103,7 +103,7 @@ $(BUILDDIR)/Vorbis_I_spec.xml: $(doc_sources)
        @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/\f//g' > $@
 # cat $< | sed 's/\f//g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@