diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-22 02:33:56 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-22 02:37:16 +0100 |
commit | f17f0c4e9bfaae7deb049eb75b9b4da23d3749ba (patch) | |
tree | b9bb282811452c61a9d07213ae7119b9ce800286 /Makefile | |
parent | 829dcc31590a4b0d69593578ebd238eadbb8d179 (diff) | |
download | web-f17f0c4e9bfaae7deb049eb75b9b4da23d3749ba.tar.gz |
Add manuals for blm(1), blq(1), xii(1) and mboxu(5)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ install: install blm blq xii /usr/bin/ install -m 644 blq.1 blm.1 xii.1 /usr/share/man/man1/ + install -m 644 mboxu.5 /usr/share/man/man5/ |