diff options
author | EuAndreh <eu@euandre.org> | 2022-11-25 13:40:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-25 13:40:29 -0300 |
commit | e7146a90d0a073df33f49d137f66f30cb2ecf1a9 (patch) | |
tree | 317b03ec4f943ce8e78d5fd226cab9567bb3344e | |
parent | etc/guix/system.scm: Add WIP custom build of epson-L365 driver (diff) | |
download | dotfiles-e7146a90d0a073df33f49d137f66f30cb2ecf1a9.tar.gz dotfiles-e7146a90d0a073df33f49d137f66f30cb2ecf1a9.tar.xz |
Makefile: Use the same rule to build both manpages from POD
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 $@ |