pgLatLon

view make-doc.sh @ 6:2b7aea022117

Remove version 0.1 files (but keep update script from 0.1 to 0.2); Updated version number in manual installation instructions and include extension update script in manual instructions
author jbe
date Mon Aug 22 22:00:21 2016 +0200 (2016-08-22)
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