git://git.exim.org
/
exim-website.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rehashed documentation into pod form
[exim-website.git]
/
script
/
build.sh
1
#!/bin/sh
2
3
TARGET=${1-/srv/www/vhosts/dev.exim.org}
4
5
script/gen.pl \
6
--web \
7
--spec docbook/*/spec.xml \
8
--filter docbook/*/filter.xml \
9
--latest 4.72 \
10
--tmpl templates \
11
--docroot ${TARGET}