initial commit
This commit is contained in:
9
doc/generate
Executable file
9
doc/generate
Executable file
@@ -0,0 +1,9 @@
|
||||
ROOT=""
|
||||
VERSION=""
|
||||
|
||||
[ -z "$1" ] || ROOT="-a ale-root=$1"
|
||||
[ -z "$2" ] || VERSION="-a version=$2"
|
||||
|
||||
[ -z "$ROOT" ] && echo "No root specified." && exit 1
|
||||
|
||||
find web/. -name index.txt | xargs -r -n 1 asciidoc $ROOT $VERSION -f web/footer-html.txt -b xhtml11
|
||||
Reference in New Issue
Block a user