summaryrefslogtreecommitdiff
path: root/src/www/syntax-editor/Makefile
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-12-11 09:42:57 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-12-11 09:42:57 +0000
commitba3a497e41cbf4bcb0854f4caef5cbb489af352a (patch)
tree3cdbb02bf4b9ef6f5996fc259ac21c981be5a1b4 /src/www/syntax-editor/Makefile
parent5779887f9677f1e303fce0aee77882cd86d18cff (diff)
Syntax editor: add about.html (and a Makefile for generating it)
Diffstat (limited to 'src/www/syntax-editor/Makefile')
-rw-r--r--src/www/syntax-editor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/www/syntax-editor/Makefile b/src/www/syntax-editor/Makefile
new file mode 100644
index 000000000..6f2ccc26b
--- /dev/null
+++ b/src/www/syntax-editor/Makefile
@@ -0,0 +1,2 @@
+html:
+ pandoc --from=markdown --to=html5 --parse-raw --output=about.html README.md