X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/1b371428def1d35dcad9d6f4257356917c14a637..9d0f50e12e32b7cf6732e7f2924f3ce290933e43:/script/build.sh diff --git a/script/build.sh b/script/build.sh deleted file mode 100755 index 408b0d4..0000000 --- a/script/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -TARGET=${1-/srv/www/vhosts/www.exim.org} -LATEST=`(cd docbook; ls -1d [0-9].[0-9]* | tail -1)` - -set -x -script/gen.pl \ - --web \ - --spec docbook/*/spec.xml \ - --filter docbook/*/filter.xml \ - --latest ${LATEST} \ - --tmpl templates \ - --docroot ${TARGET} diff --git a/script/build.sh b/script/build.sh new file mode 120000 index 0000000..c795b05 --- /dev/null +++ b/script/build.sh @@ -0,0 +1 @@ +build \ No newline at end of file