summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-11-18 13:54:43 +0100
committerLinus Nordberg <linus@nordberg.se>2014-11-18 13:54:43 +0100
commit9eae8602cefaa53dad6f4c7fca1649668ba9efc5 (patch)
tree283cebb62a2c05ad5ff8093fdfd0d8274e1b8f3e /doc/Makefile
parent90754940d8d86c34d7a0039a6e798e22e43fdc81 (diff)
parent99eb1e889b3168779a64b1a6bb52766f6d26fbc6 (diff)
Merge branch 'origin-master'
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..05b987d
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,6 @@
+ALL = db.html
+
+all: $(ALL)
+
+%.html: %.md
+ markdown $< > $@