Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-04-21 22:09:13 +0300
committerRalph Giles <giles@thaumas.net>2020-04-22 02:48:39 +0300
commitf92c5ab4ade56a8719318454f2fb5703f92e061e (patch)
tree944c177c9b9d8811bafacdfd30f47887963d2233
parentcfc07523b88f7d5def59d14e303a309e6e164749 (diff)
Update build_draft.sh xml2rfc invocation.
Switch to the newer style arguments to build both text and html versions of the ietf drafts, in line with what build_oggdraft.sh does. Current xml2rfc (v2.43.0) no longer supports the old syntax, so the script was just creating the text/plain version twice.
-rwxr-xr-xdoc/build_draft.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 2aaea471..664edfdd 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -108,6 +108,5 @@ echo '</artwork>' >> testvectors_sha1
echo '</figure>' >> testvectors_sha1
echo running xml2rfc
-xml2rfc draft-ietf-codec-opus.xml draft-ietf-codec-opus.html &
-xml2rfc draft-ietf-codec-opus.xml
+xml2rfc draft-ietf-codec-opus.xml --text --html
wait