aboutsummaryrefslogtreecommitdiffstats
path: root/docbuild-8.sh
blob: 4c7b738788b4e0b7a894f3f383a39954655a21e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

case "$1" in
7)
	V=7
	EXTRA=
	;;
8 | '')
	V=8
	PATH=~/asciidoc/bin:$PATH
	EXTRA=ASCIIDOC8=YesPlease
	;;
esac

make prefix=/var/tmp/asciidoc$V \
	WEBDOC_DEST=/var/tmp/asciidoc$V/webdoc \
	$EXTRA \
	install install-webdoc