Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit c5b5086

Browse files
committed
Second part of not removing MySQL Cluster binary man pages
1 parent 1c92fb6 commit c5b5086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ IF(MAN1_FILES)
3030
COMPONENT ManPages)
3131
ENDIF()
3232
IF(MAN8_FILES)
33-
IF(MAN8_NDB)
33+
IF(MAN8_NDB AND NOT VERSION MATCHES "-ndb-")
3434
LIST(REMOVE_ITEM MAN8_FILES ${MAN8_NDB})
3535
ENDIF()
3636
INSTALL(FILES ${MAN8_FILES} DESTINATION ${INSTALL_MANDIR}/man8

0 commit comments

Comments
 (0)