add nc(1) manpage to install if enabled

This commit is contained in:
Brent Cook 2017-04-12 08:18:20 -05:00
parent 922cd9c94e
commit 9d2418ae3a
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ if BUILD_NC
if ENABLE_NC
bin_PROGRAMS = nc
dist_man_MANS = nc.1
else
noinst_PROGRAMS = nc
endif

View File

@ -4,4 +4,4 @@ set -e
rm -f man/*.1 man/*.3 include/openssl/*.h
./autogen.sh
./configure
make distcheck
make -j2 distcheck