From c71e2d2b5ca84ba97f05ea6b314b594da31fec4a Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Sun, 4 Jul 2010 16:52:16 +0100 Subject: [PATCH] Rough and ready build script --- script/build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 script/build.sh 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} -- 2.30.2