diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-12-11 09:42:57 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-12-11 09:42:57 +0000 |
| commit | ba3a497e41cbf4bcb0854f4caef5cbb489af352a (patch) | |
| tree | 3cdbb02bf4b9ef6f5996fc259ac21c981be5a1b4 /src/www/syntax-editor/Makefile | |
| parent | 5779887f9677f1e303fce0aee77882cd86d18cff (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/Makefile | 2 |
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 |
