aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-25 13:40:29 -0300
committerEuAndreh <eu@euandre.org>2022-11-25 13:40:29 -0300
commite7146a90d0a073df33f49d137f66f30cb2ecf1a9 (patch)
tree317b03ec4f943ce8e78d5fd226cab9567bb3344e /Makefile
parentetc/guix/system.scm: Add WIP custom build of epson-L365 driver (diff)
downloaddotfiles-e7146a90d0a073df33f49d137f66f30cb2ecf1a9.tar.gz
dotfiles-e7146a90d0a073df33f49d137f66f30cb2ecf1a9.tar.xz
Makefile: Use the same rule to build both manpages from POD
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 $@