diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-07 00:31:59 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-07 00:31:59 -0500 |
commit | 5ccdd1380b7f90dd9bdc707dcc04f70da0746144 (patch) | |
tree | 7b47d8e6ffdb3a85e526362f0c262b4e8f8f67d6 /update.sh | |
parent | 3057de0d2bc7c007233a946aaccdde7d745b3109 (diff) | |
download | portable-5ccdd1380b7f90dd9bdc707dcc04f70da0746144.tar.gz portable-5ccdd1380b7f90dd9bdc707dcc04f70da0746144.tar.bz2 portable-5ccdd1380b7f90dd9bdc707dcc04f70da0746144.zip |
distribute include and man CMakefiles
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -289,7 +289,8 @@ done | |||
289 | 289 | ||
290 | # copy manpages | 290 | # copy manpages |
291 | echo "copying manpages" | 291 | echo "copying manpages" |
292 | echo dist_man_MANS= > man/Makefile.am | 292 | echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am |
293 | echo dist_man_MANS = >> man/Makefile.am | ||
293 | 294 | ||
294 | $CP $openssl_app_src/openssl.1 man | 295 | $CP $openssl_app_src/openssl.1 man |
295 | echo "dist_man_MANS += openssl.1" >> man/Makefile.am | 296 | echo "dist_man_MANS += openssl.1" >> man/Makefile.am |