From: Simon Tatham Date: Tue, 21 Feb 2017 22:24:26 +0000 (+0000) Subject: Makefile.am: add pageant.1 to the man pages collection. X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=19376bd33fcb79b31b0fda0e9c7e1f90d628b242;p=PuTTY.git Makefile.am: add pageant.1 to the man pages collection. It wasn't built or installed by the normal make process. Oops. --- diff --git a/Recipe b/Recipe index 98407999..a2698baa 100644 --- a/Recipe +++ b/Recipe @@ -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