diff options
| author | EuAndreh <eu@euandre.org> | 2022-10-21 15:01:53 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-10-21 15:02:12 -0300 |
| commit | d5b0642608a705d5c5de9e8a7f46095e23efa0bf (patch) | |
| tree | 622b36593c6667158dcb40a66242cdf777c3cffe /Makefile | |
| parent | bin/update: Combine `repos` and `vcs` to fetch updates from repositories (diff) | |
| download | dotfiles-d5b0642608a705d5c5de9e8a7f46095e23efa0bf.tar.gz dotfiles-d5b0642608a705d5c5de9e8a7f46095e23efa0bf.tar.xz | |
bin/x: Generate WIP version of the POD manpage
Remove FIXME marker.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 > $@ |
