aboutsummaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile
new file mode 100644
index 0000000..fcea268
--- /dev/null
+++ b/man/Makefile
@@ -0,0 +1,10 @@
+PAGES = wgconfd.5 wgconfd.8
+
+.PHONY: all clean
+all: $(PAGES)
+
+clean:
+ rm $(PAGES)
+
+%: %.scd
+ scdoc < $< > $@