summaryrefslogtreecommitdiff
path: root/miniany/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/Makefile')
-rw-r--r--miniany/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/miniany/Makefile b/miniany/Makefile
index 24c535e..7ebaf6c 100644
--- a/miniany/Makefile
+++ b/miniany/Makefile
@@ -1,10 +1,14 @@
-.PHONY: doc
+.PHONY: doc clean
doc: README.html
+clean:
+ rm cc.md README.html
+
README.html: cc.md
- md2html --fpermissive-url-autolinks < cc.md > README.html
+ md2html --fpermissive-url-autolinks < cc.md > README.html
cc.md: cc.wg
wordgrinder -c cc.wg cc.md
+ sed -i 's/`/\n```\n/g' cc.md
\ No newline at end of file