[xiph-commits] r14400 - trunk/vorbis/doc
giles at svn.xiph.org
giles at svn.xiph.org
Mon Jan 14 11:48:31 PST 2008
Author: giles
Date: 2008-01-14 11:48:30 -0800 (Mon, 14 Jan 2008)
New Revision: 14400
Modified:
trunk/vorbis/doc/Makefile.am
trunk/vorbis/doc/index.html
Log:
Update build and index for the new RTP draft.
Modified: trunk/vorbis/doc/Makefile.am
===================================================================
--- trunk/vorbis/doc/Makefile.am 2008-01-14 19:17:32 UTC (rev 14399)
+++ trunk/vorbis/doc/Makefile.am 2008-01-14 19:48:30 UTC (rev 14400)
@@ -6,8 +6,8 @@
### 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 @@
@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///g' > $@
# cat $< | sed 's///g' | sed 's/</\</g' | sed 's/>/\>/g' > $@
Modified: trunk/vorbis/doc/index.html
===================================================================
--- trunk/vorbis/doc/index.html 2008-01-14 19:17:32 UTC (rev 14399)
+++ trunk/vorbis/doc/index.html 2008-01-14 19:48:30 UTC (rev 14400)
@@ -84,7 +84,7 @@
<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>
More information about the commits
mailing list