From 57e927df9194a342c8fefa5846fe8540c9163f6b Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Wed, 4 Apr 2012 08:00:56 +0000 Subject: GFEP: updated readme --- eclipse/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 eclipse/Makefile (limited to 'eclipse/Makefile') diff --git a/eclipse/Makefile b/eclipse/Makefile new file mode 100644 index 000000000..2d8bf2318 --- /dev/null +++ b/eclipse/Makefile @@ -0,0 +1,10 @@ +html: + php ~/markdown-convert.php https://raw.github.com/GrammaticalFramework/gf-eclipse-plugin/master/README.md index.html + +local: + echo "\n\n" > index.html + echo "GF Eclipse Plugin\n" >> index.html + echo "\n" >> index.html + echo "\n\n" >> index.html + php ~/markdown-convert.php ~/repositories/gf-eclipse-plugin/README.md index.html --append + echo "\n" >> index.html -- cgit v1.2.3