From 5ccdd1380b7f90dd9bdc707dcc04f70da0746144 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 7 Sep 2015 00:31:59 -0500 Subject: distribute include and man CMakefiles --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index f293b3e..7b14b33 100755 --- a/update.sh +++ b/update.sh @@ -289,7 +289,8 @@ done # copy manpages echo "copying manpages" -echo dist_man_MANS= > man/Makefile.am +echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am +echo dist_man_MANS = >> man/Makefile.am $CP $openssl_app_src/openssl.1 man echo "dist_man_MANS += openssl.1" >> man/Makefile.am -- cgit v1.2.3-55-g6feb