add a perl script to convert MaintNotes to wiki format
[git/dscho.git] / docbuild-8.sh
blob4c7b738788b4e0b7a894f3f383a39954655a21e0
1 #!/bin/sh
3 case "$1" in
4 7)
5 V=7
6 EXTRA=
7 ;;
8 8 | '')
9 V=8
10 PATH=~/asciidoc/bin:$PATH
11 EXTRA=ASCIIDOC8=YesPlease
13 esac
15 make prefix=/var/tmp/asciidoc$V \
16 WEBDOC_DEST=/var/tmp/asciidoc$V/webdoc \
17 $EXTRA \
18 install install-webdoc