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:
authorTimothy B. Terriberry <tterribe@xiph.org>2012-11-20 03:01:01 +0400
committerTimothy B. Terriberry <tterribe@xiph.org>2012-11-20 03:01:01 +0400
commitdd2520cd50f5c5ee422ead42bcbd6bd875ffb7f7 (patch)
tree5b28d7fabea6e42cb911ac3c97770c428701c395 /doc/build_oggdraft.sh
parent413caa00c5e2e90d405662335f88bbcdac64a8cc (diff)
Update Ogg draft to make it a WG item.
For complete details on what was changed, see <http://www.ietf.org/mail-archive/web/codec/current/msg02941.html>
Diffstat (limited to 'doc/build_oggdraft.sh')
-rwxr-xr-xdoc/build_oggdraft.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build_oggdraft.sh b/doc/build_oggdraft.sh
index 2011cc66..aa65aeb4 100755
--- a/doc/build_oggdraft.sh
+++ b/doc/build_oggdraft.sh
@@ -39,6 +39,6 @@ set -e
[ -n "${0%/*}" ] && cd "${0%/*}"
echo running xml2rfc
-xml2rfc draft-terriberry-oggopus.xml draft-terriberry-oggopus.html &
-xml2rfc draft-terriberry-oggopus.xml
+xml2rfc draft-ietf-codec-oggopus.xml draft-ietf-codec-oggopus.html &
+xml2rfc draft-ietf-codec-oggopus.xml
wait