From 1987bf3d380de951e4e9e07d6ebcc7a8bc2532b6 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 7 Dec 2007 19:31:57 +0000 Subject: [PATCH] Update documentation to reference the current RTP draft. svn path=/trunk/vorbis/; revision=14276 --- doc/Makefile.am | 2 +- doc/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index fe466d7..c1352ea 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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-05.txt +$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-08.txt cat $< | sed 's/ //g' > $@ # cat $< | sed 's/ //g' | sed 's//\>/g' > $@ diff --git a/doc/index.html b/doc/index.html index f4065e4..430ea37 100644 --- a/doc/index.html +++ b/doc/index.html @@ -84,7 +84,7 @@ li {
  • Vorbis I specification [html] [pdf]
  • Vorbis comment header specification
  • -
  • Embedding Vorbis encoded +
  • Embedding Vorbis encoded audio in an RTP payload format
  • -- 2.7.4