summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-24 04:27:49 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-24 04:27:49 +0200
commit0e6bff66ecfdd263d182877f624ed996fc08503f (patch)
treef760a6d733b0bd07f1888c97b9e90fb5996c5322 /build.sh
parent56ffeedf9dba6d5f3d32297560359cb3e6c5e27c (diff)
README is now the first article on fresh install
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