diff options
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 |
