Commit c7c1c720 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Install mysql_embedded man page correctly

parent a7226279
...@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.24-3) UNRELEASED; urgency=low ...@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.24-3) UNRELEASED; urgency=low
* Fix typo in rules file about Mroonga control section * Fix typo in rules file about Mroonga control section
* Add main.delayed test exception to more platforms * Add main.delayed test exception to more platforms
* Install mysql_embedded man page correctly
-- Otto Kekäläinen <otto@debian.org> Sun, 06 Mar 2016 16:01:19 +0200 -- Otto Kekäläinen <otto@debian.org> Sun, 06 Mar 2016 16:01:19 +0200
......
...@@ -4,6 +4,7 @@ debian/tmp/usr/share/man/man1/mysqladmin.1 ...@@ -4,6 +4,7 @@ debian/tmp/usr/share/man/man1/mysqladmin.1
debian/tmp/usr/share/man/man1/mysqlbug.1 debian/tmp/usr/share/man/man1/mysqlbug.1
debian/tmp/usr/share/man/man1/mysqldump.1 debian/tmp/usr/share/man/man1/mysqldump.1
debian/tmp/usr/share/man/man1/mysqldumpslow.1 debian/tmp/usr/share/man/man1/mysqldumpslow.1
debian/tmp/usr/share/man/man1/mysql_embedded.1
debian/tmp/usr/share/man/man1/mysql_find_rows.1 debian/tmp/usr/share/man/man1/mysql_find_rows.1
debian/tmp/usr/share/man/man1/mysql_fix_extensions.1 debian/tmp/usr/share/man/man1/mysql_fix_extensions.1
debian/tmp/usr/share/man/man1/mysqlimport.1 debian/tmp/usr/share/man/man1/mysqlimport.1
......
...@@ -23,3 +23,14 @@ Bug: https://mariadb.atlassian.net/browse/MDEV-9528 ...@@ -23,3 +23,14 @@ Bug: https://mariadb.atlassian.net/browse/MDEV-9528
+.PP +.PP
+For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/ +For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
--- 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
SET(MAN8_SERVER mysqld.8)
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
- mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
+ mysqldump.1 mysql_embedded.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
mysql_plugin.1)
SET(MAN1_DEVEL mysql_config.1)
SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment