rename README

This commit is contained in:
Itai Shirav 2017-04-28 19:45:54 +03:00
parent 7a044e0888
commit d1a0fe7ee8
2 changed files with 2 additions and 2 deletions

View File

View File

@ -3,8 +3,8 @@ mkdir -p ../htmldocs
find ./ -iname "*.md" -type f -exec sh -c 'echo "Converting ${0}"; pandoc "${0}" -s -o "../htmldocs/${0%.md}.html"' {} \;
echo "Converting README"
pandoc ../README -s -o "../htmldocs/README.html"
echo "Converting README.md"
pandoc ../README.md -s -o "../htmldocs/README.html"
echo "Fixing links"
sed -i 's/\.md/\.html/g' ../htmldocs/*.html