1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Makefile.am: add pageant.1 to the man pages collection.

It wasn't built or installed by the normal make process. Oops.
This commit is contained in:
Simon Tatham 2017-02-21 22:24:26 +00:00
parent 805ef41152
commit 19376bd33f

2
Recipe
View File

@ -186,7 +186,7 @@ install-strip:
!begin am
if HAVE_GTK
man1_MANS = doc/plink.1 doc/pscp.1 doc/psftp.1 doc/puttygen.1 \
doc/pterm.1 doc/putty.1 doc/puttytel.1
doc/pageant.1 doc/pterm.1 doc/putty.1 doc/puttytel.1
else
man1_MANS = doc/plink.1 doc/pscp.1 doc/psftp.1 doc/puttygen.1
endif