distribute include and man CMakefiles
This commit is contained in:
parent
da424147c9
commit
52582562d8
@ -1,5 +1,7 @@
|
|||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
|
||||||
|
EXTRA_DIST = CMakeLists.txt
|
||||||
|
|
||||||
SUBDIRS = openssl
|
SUBDIRS = openssl
|
||||||
|
|
||||||
noinst_HEADERS = pqueue.h
|
noinst_HEADERS = pqueue.h
|
||||||
|
@ -280,7 +280,8 @@ done
|
|||||||
|
|
||||||
# copy manpages
|
# copy manpages
|
||||||
echo "copying 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
|
$CP $openssl_app_src/openssl.1 man
|
||||||
echo "dist_man_MANS += openssl.1" >> man/Makefile.am
|
echo "dist_man_MANS += openssl.1" >> man/Makefile.am
|
||||||
|
Loading…
x
Reference in New Issue
Block a user