X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/dc2206a47450daf2a93951fd2f241690e662af12..468b03e62a0477648a88ea1f5ba3ae23321e6af3:/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