diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-22 16:08:01 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-22 16:08:01 -0400 |
commit | c21ec370e23c95a5df9382a151de52a743d28afd (patch) | |
tree | f28b1445b7bbc88065371ee7ce5f1d0e18dc307a /Makefile | |
parent | 062f00ebe9e38a29d76ad0f7ed7218e70752da51 (diff) | |
download | aerc-c21ec370e23c95a5df9382a151de52a743d28afd.tar.gz |
Install aerc-tutorial man page with make install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 5708845..1ffa71e 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ install: all install -m644 aerc-config.5 $(MANDIR)/man5/aerc-config.5 install -m644 aerc-imap.5 $(MANDIR)/man5/aerc-imap.5 install -m644 aerc-smtp.5 $(MANDIR)/man5/aerc-smtp.5 + install -m644 aerc-tutorial.7 $(MANDIR)/man7/aerc-tutorial.7 install -m644 config/accounts.conf $(SHAREDIR)/accounts.conf install -m644 config/aerc.conf $(SHAREDIR)/aerc.conf install -m644 config/binds.conf $(SHAREDIR)/binds.conf |