Skip to content

Commit 7584a4f

Browse files
committed
cmake: Install bitcoin manpage
1 parent c4adfbf commit 7584a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ if(BUILD_BITCOIN_BIN)
293293
add_windows_resources(bitcoin bitcoin-res.rc)
294294
add_windows_application_manifest(bitcoin)
295295
target_link_libraries(bitcoin core_interface bitcoin_util)
296-
install_binary_component(bitcoin)
296+
install_binary_component(bitcoin HAS_MANPAGE)
297297
endif()
298298

299299
# Bitcoin Core bitcoind.

0 commit comments

Comments
 (0)