pgLatLon

view make-doc.sh @ 53:537df4c9de92

New version 0.12 with same C file (v0009)
author jbe
date Sun Dec 10 19:45:19 2017 +0100 (2017-12-10)
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