Update the makefile to reference the updated rtp drafts.
authorRalph Giles <giles@xiph.org>
Thu, 7 Jun 2007 21:07:21 +0000 (21:07 +0000)
committerRalph Giles <giles@xiph.org>
Thu, 7 Jun 2007 21:07:21 +0000 (21:07 +0000)
svn path=/trunk/vorbis/; revision=13068

doc/Makefile.am

index b26a0d0..cb3387c 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-04.xml \
-       draft-ietf-avt-rtp-vorbis-04.txt \
+       draft-ietf-avt-rtp-vorbis-05.xml \
+       draft-ietf-avt-rtp-vorbis-05.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-04.txt
+$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-05.txt
        cat $< | sed 's/\f//g' > $@
 # cat $< | sed 's/\f//g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@