[xiph-commits] r14276 - trunk/vorbis/doc
giles at svn.xiph.org
giles at svn.xiph.org
Fri Dec 7 11:31:57 PST 2007
Author: giles
Date: 2007-12-07 11:31:57 -0800 (Fri, 07 Dec 2007)
New Revision: 14276
Modified:
trunk/vorbis/doc/Makefile.am
trunk/vorbis/doc/index.html
Log:
Update documentation to reference the current RTP draft.
Modified: trunk/vorbis/doc/Makefile.am
===================================================================
--- trunk/vorbis/doc/Makefile.am 2007-12-07 19:26:00 UTC (rev 14275)
+++ trunk/vorbis/doc/Makefile.am 2007-12-07 19:31:57 UTC (rev 14276)
@@ -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-05.txt
+$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-08.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 2007-12-07 19:26:00 UTC (rev 14275)
+++ trunk/vorbis/doc/index.html 2007-12-07 19:31:57 UTC (rev 14276)
@@ -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-06.txt">Embedding Vorbis encoded
+<li><a href="draft-ietf-avt-rtp-vorbis-08.txt">Embedding Vorbis encoded
audio in an RTP payload format</a></li>
</ul>
More information about the commits
mailing list