[xiph-commits] r13068 - trunk/vorbis/doc
giles at svn.xiph.org
giles at svn.xiph.org
Thu Jun 7 14:07:22 PDT 2007
Author: giles
Date: 2007-06-07 14:07:21 -0700 (Thu, 07 Jun 2007)
New Revision: 13068
Modified:
trunk/vorbis/doc/Makefile.am
Log:
Update the makefile to reference the updated rtp drafts.
Modified: trunk/vorbis/doc/Makefile.am
===================================================================
--- trunk/vorbis/doc/Makefile.am 2007-06-07 12:39:45 UTC (rev 13067)
+++ trunk/vorbis/doc/Makefile.am 2007-06-07 21:07:21 UTC (rev 13068)
@@ -6,8 +6,8 @@
### 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 @@
@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///g' > $@
# cat $< | sed 's///g' | sed 's/</\</g' | sed 's/>/\>/g' > $@
More information about the commits
mailing list