liquid_feedback_core

annotate pgLatLon/make-doc.sh @ 530:6bc81898fd3b

Fixed typo in documentation and comments: "indicies" -> "indices"; Marked make-doc.sh as executable
author jbe
date Sun Aug 21 16:28:21 2016 +0200 (2016-08-21)
parents 96ee2db56bec
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