From: Nigel Metheringham Date: Sun, 4 Jul 2010 15:52:16 +0000 (+0100) Subject: Rough and ready build script X-Git-Tag: exim-4_89_1~115 X-Git-Url: https://git.exim.org/exim-website.git/commitdiff_plain/c71e2d2b5ca84ba97f05ea6b314b594da31fec4a Rough and ready build script --- diff --git a/script/build.sh b/script/build.sh new file mode 100755 index 0000000..4f46121 --- /dev/null +++ b/script/build.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +TARGET=${1-/srv/www/vhosts/dev.exim.org} + +script/gen.pl \ + --web \ + --spec docbook/*/spec.xml \ + --filter docbook/*/filter.xml \ + --latest 4.72 \ + --tmpl templates \ + --docroot ${TARGET}