aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4e2f14a..f0ef75c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
pod2man = \
+ share/man/man1/x.1 \
share/man/man1/z.1 \
@@ -21,6 +22,9 @@ derived-assets = \
all: $(derived-assets)
+share/man/man1/x.1: bin/x
+ pod2man bin/x > $@
+
share/man/man1/z.1: bin/z
pod2man bin/z > $@