aboutsummaryrefslogtreecommitdiff
path: root/doc/build_oggdraft.sh
blob: 6fc8fbdd902f82f6388e09fbdcce0942daea5ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

#Stop on errors
set -e
#Set the CWD to the location of this script
[ -n "${0%/*}" ] && cd "${0%/*}"

echo running xml2rfc
xml2rfc draft-terriberry-oggopus.xml draft-terriberry-oggopus.html &
xml2rfc draft-terriberry-oggopus.xml
wait