pgLatLon

annotate make-doc.sh @ 77:a707dc3e896c

Added tag v0.15 for changeset 4f11ccf36fb6
author jbe
date Mon Nov 30 19:38:57 2020 +0100 (2020-11-30)
parents 3b70e93cc07d
children
rev   line source
jbe@0 1 #!/bin/sh
jbe@0 2 #
jbe@0 3 # This command can be used to update the README.html file after changing the
jbe@0 4 # README.mkd file.
jbe@0 5
jbe@0 6 echo "<html><head><title>"`grep '[^ \t\r\n][^ \t\r\n]*' README.mkd | head -n 1`"</title></head><body>" > README.html
jbe@0 7 markdown2 README.mkd >> README.html
jbe@0 8 echo "</body></html>" >> README.html

Impressum / About Us