git://git.exim.org
/
exim-website.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Couple of version/copyright updates
[exim-website.git]
/
script
/
build.sh
diff --git
a/script/build.sh
b/script/build.sh
index 4f461215cd642caec2bcbf961058069d78f88953..408b0d499054f67be0aef39b6452746058163a92 100755
(executable)
--- a/
script/build.sh
+++ b/
script/build.sh
@@
-1,11
+1,13
@@
#!/bin/sh
#!/bin/sh
-TARGET=${1-/srv/www/vhosts/dev.exim.org}
+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 \
script/gen.pl \
--web \
--spec docbook/*/spec.xml \
--filter docbook/*/filter.xml \
- --latest
4.72
\
+ --latest
${LATEST}
\
--tmpl templates \
--docroot ${TARGET}
--tmpl templates \
--docroot ${TARGET}