pgLatLon
view make-doc.sh @ 44:fa06fed5e5b4
Added tag v0.9 for changeset 3293906ea6a0
author | jbe |
---|---|
date | Tue Oct 25 18:54:59 2016 +0200 (2016-10-25) |
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