From e7146a90d0a073df33f49d137f66f30cb2ecf1a9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Nov 2022 13:40:29 -0300 Subject: Makefile: Use the same rule to build both manpages from POD --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3