rename README into README.html

This commit is contained in:
p4bl0 2015-03-05 09:34:49 +01:00
parent 01dd453e46
commit a4fd45118b
3 changed files with 3 additions and 3 deletions

View File

View File

@ -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

View File

@ -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