liquid_feedback_frontend
view make-doc.sh @ 1841:e6983d79d74f
Fix Lua error on <ol> or <ul> tag at end of input to util.html_is_safe(...)
| author | jbe |
|---|---|
| date | Thu Feb 03 15:21:45 2022 +0100 (2022-02-03) |
| parents | 4d5f30d8df4a |
| children |
line source
1 #!/bin/sh
2 #
3 # This command can be used to update the INSTALL.html file after changing the
4 # INSTALL.mkd file.
6 echo "<html><head><title>"`grep '[^ \t\r\n][^ \t\r\n]*' INSTALL.mkd | head -n 1`"</title></head><body>" > INSTALL.html
7 markdown2 INSTALL.mkd >> INSTALL.html
8 echo "</body></html>" >> INSTALL.html
