mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Add the psusan man page to the installed list.
Previously, 'make install' would install psusan itself in .../bin, but not install psusan.1 in .../share/man/man1. That's not a sensible combination. Either it's a test utility so we should install neither, or it's a fully supported official utility so we should install both. It's the latter. Man page is now installed, along with the binary.
This commit is contained in:
parent
1a01728572
commit
8c7685c65d
4
Recipe
4
Recipe
@ -187,10 +187,10 @@ install-strip:
|
||||
# List the man pages for the automake makefile.
|
||||
!begin am
|
||||
if HAVE_GTK
|
||||
man1_MANS = doc/plink.1 doc/pscp.1 doc/psftp.1 doc/puttygen.1 \
|
||||
man1_MANS = doc/plink.1 doc/pscp.1 doc/psftp.1 doc/puttygen.1 doc/psusan.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
|
||||
man1_MANS = doc/plink.1 doc/pscp.1 doc/psftp.1 doc/puttygen.1 doc/psusan.1
|
||||
endif
|
||||
!end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user