File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,6 @@ macro(MARIADB_SYMLINK_MANPAGE)
62
62
list (FIND MAN1_DEVEL ${_manname} .1 _iman1devel )
63
63
list (FIND MAN1_TEST ${_manname} .1 _iman1test )
64
64
65
- if (${_iman1server} GREATER -1 )
66
- MARIADB_SYMLINK_MANPAGE_CREATE (${_manname} ${_index} 1 "man1" ManPagesServer )
67
- endif ()
68
- if (${_iman8server} GREATER -1 )
69
- MARIADB_SYMLINK_MANPAGE_CREATE (${_manname} ${_index} 8 "man8" ManPagesServer )
70
- endif ()
71
65
if (${_iman1client} GREATER -1 )
72
66
MARIADB_SYMLINK_MANPAGE_CREATE (${_manname} ${_index} 1 "man1" ManPagesClient )
73
67
endif ()
@@ -77,6 +71,15 @@ macro(MARIADB_SYMLINK_MANPAGE)
77
71
if (${_iman1test} GREATER -1 )
78
72
MARIADB_SYMLINK_MANPAGE_CREATE (${_manname} ${_index} 1 "man1" ManPagesTest )
79
73
endif ()
74
+ if (WITHOUT_SERVER )
75
+ continue ()
76
+ endif ()
77
+ if (${_iman1server} GREATER -1 )
78
+ MARIADB_SYMLINK_MANPAGE_CREATE (${_manname} ${_index} 1 "man1" ManPagesServer )
79
+ endif ()
80
+ if (${_iman8server} GREATER -1 )
81
+ MARIADB_SYMLINK_MANPAGE_CREATE (${_manname} ${_index} 8 "man8" ManPagesServer )
82
+ endif ()
80
83
endforeach (_index )
81
84
endmacro (MARIADB_SYMLINK_MANPAGE )
82
85
You can’t perform that action at this time.
0 commit comments