Update build and index for the new RTP draft.
authorRalph Giles <giles@xiph.org>
Mon, 14 Jan 2008 19:48:30 +0000 (19:48 +0000)
committerRalph Giles <giles@xiph.org>
Mon, 14 Jan 2008 19:48:30 +0000 (19:48 +0000)
svn path=/trunk/vorbis/; revision=14400

doc/Makefile.am
doc/index.html

index c1352ea..80bf0a7 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-08.xml \
-       draft-ietf-avt-rtp-vorbis-08.txt \
+       draft-ietf-avt-rtp-vorbis-09.xml \
+       draft-ietf-avt-rtp-vorbis-09.txt \
        eightphase.png \
        evenlsp.png \
        fish_xiph_org.png \
@@ -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 the draft rtp.txt to .xml in the BUILDDIR
-$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-08.txt
+$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-09.txt
        cat $< | sed 's/\f//g' > $@
 # cat $< | sed 's/\f//g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@
 
index 430ea37..470140f 100644 (file)
@@ -84,7 +84,7 @@ li {
 <li>Vorbis I specification [<a href="Vorbis_I_spec.html">html</a>]
   [<a href="Vorbis_I_spec.pdf">pdf</a>]</li>
 <li><a href="v-comment.html">Vorbis comment header specification</a></li>
-<li><a href="draft-ietf-avt-rtp-vorbis-08.txt">Embedding Vorbis encoded 
+<li><a href="draft-ietf-avt-rtp-vorbis-09.txt">Embedding Vorbis encoded 
 audio in an RTP payload format</a></li>
 </ul>