From a4fd45118ba0001ccf01cd6da98b79dbac416e99 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Thu, 5 Mar 2015 09:34:49 +0100 Subject: [PATCH] rename README into README.html --- README => README.html | 0 build.sh | 2 +- install.sh | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename README => README.html (100%) diff --git a/README b/README.html similarity index 100% rename from README rename to README.html 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 diff --git a/install.sh b/install.sh index 68f00ec..9185665 100644 --- a/install.sh +++ b/install.sh @@ -107,10 +107,10 @@ EOF echo "done." echo "Writing dummy article (README) and adding it to the repos... " (base64 -d | gunzip) > _articles/fugitive-readme </dev/null echo "done." fi