[xiph-commits] r12934 - trunk/vorbis/doc

giles at svn.xiph.org giles at svn.xiph.org
Wed May 9 10:48:57 PDT 2007


Author: giles
Date: 2007-05-09 10:48:57 -0700 (Wed, 09 May 2007)
New Revision: 12934

Modified:
   trunk/vorbis/doc/Makefile.am
Log:
Update the makefile for the new RTP draft revision number.


Modified: trunk/vorbis/doc/Makefile.am
===================================================================
--- trunk/vorbis/doc/Makefile.am	2007-05-09 16:29:24 UTC (rev 12933)
+++ trunk/vorbis/doc/Makefile.am	2007-05-09 17:48:57 UTC (rev 12934)
@@ -6,8 +6,8 @@
 
 ### all of the static docs, commited to SVN and included as is
 static_docs = \
-	draft-ietf-avt-rtp-vorbis-01.xml \
-	draft-ietf-avt-rtp-vorbis-01.txt \
+	draft-ietf-avt-rtp-vorbis-04.xml \
+	draft-ietf-avt-rtp-vorbis-04.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-01.txt
+$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-04.txt
 	cat $< | sed 's///g' > $@
 # cat $< | sed 's///g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@
 



More information about the commits mailing list