]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Makefile.am: add pageant.1 to the man pages collection.
authorSimon Tatham <anakin@pobox.com>
Tue, 21 Feb 2017 22:24:26 +0000 (22:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 21 Feb 2017 22:27:23 +0000 (22:27 +0000)
It wasn't built or installed by the normal make process. Oops.

Recipe

diff --git a/Recipe b/Recipe
index 98407999765e4dcb6814be4d3b1f50f2e6047697..a2698baaf15c36d2a94b7f46908d1c982b48333d 100644 (file)
--- 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