summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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 5a75cfe..1f3e40d 100755
--- a/build.sh
+++ b/build.sh
@@ -12,7 +12,7 @@ include_file() {
cp install.sh tmp1
i=1
for f in archives.html article.html \
- fugitive.css print.css \
+ fugitive.css print.css README \
post-commit.sh post-receive.sh; do
j=$((1 - i))
include_file tmp$i $f > tmp$j