summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-08-02 13:49:17 +0200
committerp4bl0 <pablo@rauzy.name>2010-08-02 13:49:17 +0200
commit5ff38e903a9ada8938aa71695af44b8bdde29fa9 (patch)
tree50236b9a7c4f7a9045bc95b85e9a0439d3e9eb63 /build.sh
parent434d86694ee111f33c56b63803aca69c1cede214 (diff)
post-receive now works :-)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 4bbd162..a012ce7 100755
--- a/build.sh
+++ b/build.sh
@@ -12,7 +12,7 @@ include_file() {
cp install.sh tmp1
i=1
-for f in README post-commit.sh post-receive.sh default-files/*; do
+for f in README post-commit.sh post-receive.sh html-gen.sh default-files/*; do
j=$((1 - i))
include_file tmp$i "$f" > tmp$j
i=$j