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-10-28 13:46:10 +0100
commit18c85eccc61d3297f10e0d1d5aef9598a7f44ca8 (patch)
tree408f3247f373df71558c419aefe86ec0f43b8eda /doc/Makefile
parent6f477e27dcbb8ecf24947d473186e8984cf87867 (diff)
Database documentation, first cut.db-doc
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 $< > $@