summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorp4bl0 <r@uzy.me>2015-03-05 09:34:49 +0100
committerp4bl0 <r@uzy.me>2015-03-05 09:34:49 +0100
commita4fd45118ba0001ccf01cd6da98b79dbac416e99 (patch)
tree0450efa21058a81890333665804f0a0efcd64d97 /build.sh
parent01dd453e46f55a28c51d346a29be85ff381822eb (diff)
rename README into README.html
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 172c086..344b764 100755
--- a/build.sh
+++ b/build.sh
@@ -13,7 +13,7 @@ include_file() {
cp install.sh tmp1
i=1
-for f in README *-*.sh default-files/*; do
+for f in README.html *-*.sh default-files/*; do
j=$((1 - i))
include_file tmp$i "$f" > tmp$j
i=$j