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