Skip to content

Commit 1444ed8

Browse files
committed
Merge bitcoin/bitcoin#33407: cmake: Install bitcoin manpage
7584a4f cmake: Install `bitcoin` manpage (Hennadii Stepanov) Pull request description: This PR is an amendment to bitcoin/bitcoin#31375. ACKs for top commit: ryanofsky: Code review ACK 7584a4f. Tree-SHA512: 66810c1d65fa8ae469b8161a5f807aa7b43a7b18e88d40b05617c7110b2e03e07bcb8f310c1736fb2c3738e274fc524032ff5d34d5c644824a4edd64372f1e9f
2 parents 2b0cd1f + 7584a4f commit 1444ed8

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)