summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.html (renamed from README)0
-rwxr-xr-xbuild.sh2
-rw-r--r--install.sh4
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README.html
index 72d2b69..72d2b69 100644
--- a/README
+++ b/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 <<EOF
-#INCLUDE:README#
+#INCLUDE:README.html#
EOF
git add _articles/fugitive-readme
- git commit --no-verify --author="p4bl0 <r@uzy.me>" \
+ git commit --no-verify --author="p4bl0 <r _at_ uzy .dot. me>" \
-m "fugitive: README" >/dev/null
echo "done."
fi