summaryrefslogtreecommitdiff
path: root/bin/update_html
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2020-11-17 10:27:07 +0100
committerkrangelov <kr.angelov@gmail.com>2020-11-17 10:27:07 +0100
commit37c63a0c22ccc73e60222335263c702873b6af2c (patch)
treee5a7bfc4f430cc568da7294e732002afdec8c19b /bin/update_html
parentd4ccd2848c293eabb511e966ed6f12066a2b2ee0 (diff)
parent6862098d8bd6f47513d52e132aba419997979f90 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'bin/update_html')
-rwxr-xr-xbin/update_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_html b/bin/update_html
index 912ff1fa0..717670085 100755
--- a/bin/update_html
+++ b/bin/update_html
@@ -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"