liquid_feedback_core

annotate pgLatLon/make-doc.sh @ 529:96ee2db56bec

New PostgreSQL extension "pgLatLon" for geospatial operations and indexing in LiquidFeedback
author jbe
date Thu Aug 18 20:19:58 2016 +0200 (2016-08-18)
parents
children
rev   line source
jbe@529 1 #!/bin/sh
jbe@529 2 #
jbe@529 3 # This command can be used to update the README.html file after changing the
jbe@529 4 # README.mkd file.
jbe@529 5
jbe@529 6 echo "<html><head><title>"`grep '[^ \t\r\n][^ \t\r\n]*' README.mkd | head -n 1`"</title></head><body>" > README.html
jbe@529 7 markdown2 README.mkd >> README.html
jbe@529 8 echo "</body></html>" >> README.html

Impressum / About Us