summaryrefslogtreecommitdiff
path: root/miniany/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-30 11:21:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-30 11:21:37 +0200
commitf5c8ee1f889824eaa4bb89a01711a538e295dba0 (patch)
tree1782d5aba010d3dda89e37e1b4334fc319649c56 /miniany/Makefile
parentb055c157e04ae30f6ffb9eef1fa97d512ce4e65a (diff)
downloadcompilertests-f5c8ee1f889824eaa4bb89a01711a538e295dba0.tar.gz
compilertests-f5c8ee1f889824eaa4bb89a01711a538e295dba0.tar.bz2
added a Makefile for wordgrinder export and markdown to HMTL
Diffstat (limited to 'miniany/Makefile')
-rw-r--r--miniany/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/miniany/Makefile b/miniany/Makefile
new file mode 100644
index 0000000..24c535e
--- /dev/null
+++ b/miniany/Makefile
@@ -0,0 +1,10 @@
+.PHONY: doc
+
+doc: README.html
+
+README.html: cc.md
+ md2html --fpermissive-url-autolinks < cc.md > README.html
+
+cc.md: cc.wg
+ wordgrinder -c cc.wg cc.md
+ \ No newline at end of file