X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Recipe;h=a2698baaf15c36d2a94b7f46908d1c982b48333d;hb=9ce982622f9ab07b85cbb06d06f53b71fb9558a9;hp=21f7971ce5d791242cd0f7248c90c810e61b745d;hpb=fb839a27fb8cab36b42c7e19bfd5281f98641676;p=PuTTY.git diff --git a/Recipe b/Recipe index 21f7971c..a2698baa 100644 --- 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.