X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/cb153d2b9f40b8da5a86179116136b6bcd6a2e5e..5d825c0381af1e0bef33ba01e0bc135c4d25a4bb:/script/build.sh diff --git a/script/build.sh b/script/build.sh deleted file mode 100755 index 1a9403a..0000000 --- a/script/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -TARGET=${1-/srv/www/vhosts/dev.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