distribute include and man CMakefiles

This commit is contained in:
Brent Cook 2015-09-07 00:31:59 -05:00
parent da424147c9
commit 52582562d8
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
include $(top_srcdir)/Makefile.am.common
EXTRA_DIST = CMakeLists.txt
SUBDIRS = openssl
noinst_HEADERS = pqueue.h

View File

@ -280,7 +280,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