pgLatLon

view make-doc.sh @ 73:b5bc6b35b716

Allow non-superusers to install extension; Properly support loading extension into schema; Do not allow schema relocation
author jbe
date Sun Nov 29 19:55:33 2020 +0100 (2020-11-29)
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