### 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 \
@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/\f//g' > $@
# cat $< | sed 's/\f//g' | sed 's/</\</g' | sed 's/>/\>/g' > $@