repo.or.cz
/
Ale.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix compilation errors.
[Ale.git]
/
doc
/
generate
blob
f5f61ca1caf859d4eeabcb322c2799b9ba278d31
1
ROOT=""
2
VERSION=""
3
4
[ -z "$1" ] || ROOT="-a ale-root=$1"
5
[ -z "$2" ] || VERSION="-a version=$2"
6
7
[ -z "$ROOT" ] && echo "No root specified." && exit 1
8
9
find web/. -name index.txt | xargs -r -n 1 asciidoc $ROOT $VERSION -f web/footer-html.txt -b xhtml11