summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile
new file mode 100644
index 0000000..98528c3
--- /dev/null
+++ b/man/Makefile
@@ -0,0 +1,7 @@
+ALL=man1/stmd.1
+
+.PHONY: all
+
+all: $(ALL)
+man1/%.1: %.1.md
+ pandoc $< -o $@ -s -t man