diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-09-07 00:31:59 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-09-11 16:35:38 -0500 |
| commit | 52582562d8bc8ee5b9fd48a8a5461e28125ffa98 (patch) | |
| tree | 34e3c2be072617689d115984ba5e9c6fd7da1d1b | |
| parent | da424147c99796b8ab6f6f0d73dc8f521a12d0fc (diff) | |
| download | portable-52582562d8bc8ee5b9fd48a8a5461e28125ffa98.tar.gz portable-52582562d8bc8ee5b9fd48a8a5461e28125ffa98.tar.bz2 portable-52582562d8bc8ee5b9fd48a8a5461e28125ffa98.zip | |
distribute include and man CMakefiles
| -rw-r--r-- | include/Makefile.am | 2 | ||||
| -rwxr-xr-x | update.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index c24d1ae..3978af7 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
| 2 | 2 | ||
| 3 | EXTRA_DIST = CMakeLists.txt | ||
| 4 | |||
| 3 | SUBDIRS = openssl | 5 | SUBDIRS = openssl |
| 4 | 6 | ||
| 5 | noinst_HEADERS = pqueue.h | 7 | noinst_HEADERS = pqueue.h |
| @@ -280,7 +280,8 @@ done | |||
| 280 | 280 | ||
| 281 | # copy manpages | 281 | # copy manpages |
| 282 | echo "copying manpages" | 282 | echo "copying manpages" |
| 283 | echo dist_man_MANS= > man/Makefile.am | 283 | echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am |
| 284 | echo dist_man_MANS = >> man/Makefile.am | ||
| 284 | 285 | ||
| 285 | $CP $openssl_app_src/openssl.1 man | 286 | $CP $openssl_app_src/openssl.1 man |
| 286 | echo "dist_man_MANS += openssl.1" >> man/Makefile.am | 287 | echo "dist_man_MANS += openssl.1" >> man/Makefile.am |
