Merge remote-tracking branch 'origin/master' into build-binary-packages

This commit is contained in:
John J. Camilleri
2020-11-25 20:57:01 +01:00
8 changed files with 401 additions and 222 deletions

View File

@@ -147,7 +147,7 @@ else
fi
done
find . -name '*.md' | while read file ; do
if [[ "$file" == *"README.md" ]] ; then continue ; fi
if [[ "$file" == *"README.md" ]] || [[ "$file" == *"RELEASE.md" ]] ; then continue ; fi
html="${file%.md}.html"
if [ "$file" -nt "$html" ] || [ "$template" -nt "$html" ] ; then
render_md_html "$file" "$html"