pgLatLon

view make-doc.sh @ 84:8453a4a84555

Added tag v0.16 for changeset 037e28f426e7
author jbe
date Thu Oct 23 15:35:46 2025 +0200 (2 weeks ago)
parents 8a08dc69de98
children
line source
1 #!/bin/sh
2 #
3 # This command can be used to update the README.html file after changing the
4 # README.md file.
6 echo "<html><head><title>"`grep '[^ \t\r\n][^ \t\r\n]*' README.md | head -n 1`"</title></head><body>" > README.html
7 cmark README.md >> README.html
8 echo "</body></html>" >> README.html

Impressum / About Us