Syntax editor: add about.html (and a Makefile for generating it)

This commit is contained in:
john.j.camilleri
2012-12-11 09:42:57 +00:00
parent 3182e382dc
commit 64d463dddf
3 changed files with 172 additions and 22 deletions

View File

@@ -0,0 +1,2 @@
html:
pandoc --from=markdown --to=html5 --parse-raw --output=about.html README.md