Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis
Commits
521cdb26
Commit
521cdb26
authored
May 09, 2007
by
Ralph Giles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the makefile for the new RTP draft revision number.
svn path=/trunk/vorbis/; revision=12934
parent
b168c23d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/Makefile.am
doc/Makefile.am
+3
-3
No files found.
doc/Makefile.am
View file @
521cdb26
...
...
@@ -6,8 +6,8 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
### all of the static docs, commited to SVN and included as is
static_docs
=
\
draft-ietf-avt-rtp-vorbis-0
1
.xml
\
draft-ietf-avt-rtp-vorbis-0
1
.txt
\
draft-ietf-avt-rtp-vorbis-0
4
.xml
\
draft-ietf-avt-rtp-vorbis-0
4
.txt
\
eightphase.png
\
evenlsp.png
\
floor1_inverse_dB_table.html
\
...
...
@@ -101,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-ietf-avt-rtp-vorbis-0
1
.txt
$(BUILDDIR)/draft-rtp.xml
:
draft-ietf-avt-rtp-vorbis-0
4
.txt
cat
$<
|
sed
's///g'
>
$@
# cat $< | sed 's///g' | sed 's/</\</g' | sed 's/>/\>/g' > $@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment