summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-10-28 13:45:50 +0100
committerLinus Nordberg <linus@nordberg.se>2014-11-18 01:41:31 +0100
commitd86483fc4b3fda70b6e342d0aa1c0fa49d7b6943 (patch)
tree135d862f8cf68717cae618cab517d2919a4f04d9 /doc/Makefile
parent4a48f6820bd2ef841de148564f7c11de0bb96356 (diff)
Database documentation, first cut.
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 $< > $@