git://git.exim.org
/
exim-website.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4f461215cd642caec2bcbf961058069d78f88953
[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}