pgLatLon

view make-doc.sh @ 48:fa3d19a7218b

Added tag v0.10 for changeset 20482d4309b5
author jbe
date Mon Oct 31 13:10:38 2016 +0100 (2016-10-31)
parents 3b70e93cc07d
children
line source
1 #!/bin/sh
2 #
3 # This command can be used to update the README.html file after changing the
4 # README.mkd file.
6 echo "<html><head><title>"`grep '[^ \t\r\n][^ \t\r\n]*' README.mkd | head -n 1`"</title></head><body>" > README.html
7 markdown2 README.mkd >> README.html
8 echo "</body></html>" >> README.html

Impressum / About Us