[Commits] 186eb2c: Fix BB failure: file INSTALL cannot find ... man/tokuft_logdump.1.
revision-id: 186eb2c0e0fb3d0a55d8cb3b5a1fd846600dbb0d parent(s): 865831c683933d2308cb9770212d116188e2a26d committer: Sergei Petrunia branch nick: 10.2-mariarocks-merge timestamp: 2018-09-01 15:06:16 +0300 message: Fix BB failure: file INSTALL cannot find ... man/tokuft_logdump.1. Remove the mismatch betwen list of man pages in CMakeLists.txt and actual files. --- man/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index 00d9c51..9c34ede 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -26,7 +26,7 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 mysqld_safe_helper.1 tokuftdump.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_logdump.1 + galera_recovery.1 galera_new_cluster.1 tokuft_logprint.1 mysql_ldb.1 wsrep_sst_mariabackup.1 mbstream.1 mariabackup.1 wsrep_sst_rsync_wan.1)
participants (1)
-
psergey@askmonty.org