GFEP: updated readme

This commit is contained in:
john.j.camilleri
2012-04-04 08:00:56 +00:00
parent 117ae47436
commit 499cc097ad
5 changed files with 38 additions and 22 deletions

10
eclipse/Makefile Normal file
View File

@@ -0,0 +1,10 @@
html:
php ~/markdown-convert.php https://raw.github.com/GrammaticalFramework/gf-eclipse-plugin/master/README.md index.html
local:
echo "<html>\n<head>\n" > index.html
echo "<title>GF Eclipse Plugin</title>\n" >> index.html
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.grammaticalframework.org/css/style.css\">\n" >> index.html
echo "</head>\n<body>\n" >> index.html
php ~/markdown-convert.php ~/repositories/gf-eclipse-plugin/README.md index.html --append
echo "</body>\n</html>" >> index.html