mirror of
https://github.com/MariaDB/server.git
synced 2025-04-27 01:19:55 +02:00

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/
2 lines
137 B
CMake
2 lines
137 B
CMake
SET(MAN1_TOKUDB tokuftdump.1 tokuft_logprint.1)
|
|
INSTALL(FILES ${MAN1_TOKUDB} DESTINATION ${INSTALL_MANDIR}/man1 COMPONENT tokudb-engine)
|