From ba3a497e41cbf4bcb0854f4caef5cbb489af352a Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Tue, 11 Dec 2012 09:42:57 +0000 Subject: Syntax editor: add about.html (and a Makefile for generating it) --- src/www/syntax-editor/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/www/syntax-editor/Makefile (limited to 'src/www/syntax-editor/Makefile') 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 -- cgit v1.2.3