Update the makefile for the new RTP draft revision number.
authorRalph Giles <giles@xiph.org>
Wed, 9 May 2007 17:48:57 +0000 (17:48 +0000)
committerRalph Giles <giles@xiph.org>
Wed, 9 May 2007 17:48:57 +0000 (17:48 +0000)
svn path=/trunk/vorbis/; revision=12934

doc/Makefile.am

index c93141be4678c6372b248d69b2476cebb2c9c824..b26a0d059701235bba96ab135109fe659f885785 100644 (file)
@@ -6,8 +6,8 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 
 ### all of the static docs, commited to SVN and included as is
 static_docs = \
-       draft-ietf-avt-rtp-vorbis-01.xml \
-       draft-ietf-avt-rtp-vorbis-01.txt \
+       draft-ietf-avt-rtp-vorbis-04.xml \
+       draft-ietf-avt-rtp-vorbis-04.txt \
        eightphase.png \
        evenlsp.png \
        floor1_inverse_dB_table.html \
@@ -101,7 +101,7 @@ $(BUILDDIR)/Vorbis_I_spec.xml: $(doc_sources)
        @mkdir -p $(BUILDDIR)
        @for file in $(doc_sources); do cp $(srcdir)/$$file $(BUILDDIR); done
 # translate the draft rtp.txt to .xml in the BUILDDIR
-$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-01.txt
+$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-04.txt
        cat $< | sed 's/\f//g' > $@
 # cat $< | sed 's/\f//g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@