Remove the obsolete vorbis rtp drafts.
[platform/upstream/libvorbis.git] / doc / Makefile.am
index 49e602b..5d0a1f3 100644 (file)
@@ -6,7 +6,8 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 
 ### all of the static docs, commited to SVN and included as is
 static_docs = \
-       draft-kerr-avt-vorbis-rtp-03.txt \
+       draft-ieft-avt-rtp-vorbis-00.xml \
+       draft-ieft-avt-rtp-vorbis-00.txt \
        eightphase.png \
        evenlsp.png \
        floor1_inverse_dB_table.html \
@@ -100,7 +101,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-kerr-avt-vorbis-rtp-03.txt
+$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-00.txt
        cat $< | sed 's/\f//g' > $@
 # cat $< | sed 's/\f//g' | sed 's/</\&lt;/g' | sed 's/>/\&gt;/g' > $@