]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - Recipe
first pass
[PuTTY.git] / Recipe
diff --git a/Recipe b/Recipe
index 21f7971ce5d791242cd0f7248c90c810e61b745d..a2698baaf15c36d2a94b7f46908d1c982b48333d 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -184,8 +184,12 @@ install-strip:
 
 # List the man pages for the automake makefile.
 !begin am
-man1_MANS = doc/plink.1 doc/pscp.1 doc/psftp.1 doc/pterm.1 \
-            doc/putty.1 doc/puttygen.1 doc/puttytel.1
+if HAVE_GTK
+man1_MANS = doc/plink.1 doc/pscp.1 doc/psftp.1 doc/puttygen.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
 !end
 
 # In automake, chgrp/chmod pterm after installation, if configured to.