Modified index list type and tweaked
[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}