aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e25e7e..1926808 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,11 @@ tilde:
cd $(PRIV_CONFIG) && $(MAKE)
-share/man/man1/x.1: bin/x
- pod2man bin/x > $@
+share/man/man1/x.1 share/man/man1/z.1:
+ pod2man bin/`basename $@ .1` > $@
+share/man/man1/x.1: bin/x
share/man/man1/z.1: bin/z
- pod2man bin/z > $@
$(XDG_DATA_HOME)/common-lisp/source:
ln -s $(SRC)/libre $@