mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-14330: move tokudb manpages to right packages
Move tokuftdump and tokuft_logprint man pages to storage/tokudb. The man pages are now part of tokudb-engine cmake component. This change is mostly for RPM & DEB based packaging generated through CMake & CPack. Debian upstream already handles this change via the custom scripts in debian/
This commit is contained in:
parent
a134ec3736
commit
07e34cddb6
5 changed files with 6 additions and 2 deletions
|
@ -23,10 +23,10 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
|
|||
mysqld_multi.1 mysqld_safe.1 mysqldumpslow.1 mysqlhotcopy.1
|
||||
mysqltest.1 perror.1 replace.1 resolve_stack_dump.1
|
||||
resolveip.1 mariadb-service-convert.1
|
||||
mysqld_safe_helper.1 tokuftdump.1 wsrep_sst_common.1
|
||||
mysqld_safe_helper.1 wsrep_sst_common.1
|
||||
wsrep_sst_mysqldump.1 wsrep_sst_rsync.1
|
||||
wsrep_sst_xtrabackup-v2.1 wsrep_sst_xtrabackup.1
|
||||
galera_recovery.1 galera_new_cluster.1 tokuft_logprint.1
|
||||
galera_recovery.1 galera_new_cluster.1
|
||||
mysql_ldb.1
|
||||
wsrep_sst_mariabackup.1 mbstream.1 mariabackup.1
|
||||
wsrep_sst_rsync_wan.1)
|
||||
|
|
|
@ -168,3 +168,5 @@ TARGET_LINK_LIBRARIES(tokudb tokufractaltree_static tokuportability_static
|
|||
|
||||
SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE} -flto -fuse-linker-plugin")
|
||||
SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO} -flto -fuse-linker-plugin")
|
||||
|
||||
ADD_SUBDIRECTORY(man)
|
||||
|
|
2
storage/tokudb/man/CMakeLists.txt
Normal file
2
storage/tokudb/man/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
SET(MAN1_TOKUDB tokuftdump.1 tokuft_logprint.1)
|
||||
INSTALL(FILES ${MAN1_TOKUDB} DESTINATION ${INSTALL_MANDIR}/man1 COMPONENT tokudb-engine)
|
Loading…
Add table
Reference in a new issue