diff options
author | lenz@mysql.com <> | 2003-05-13 18:54:20 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-05-13 18:54:20 +0200 |
commit | a2928182ad2b9e65e605375e266277cdb7cc0d20 (patch) | |
tree | c4c6ccf7132d895b4e6e817fabf3c2fa60c8bfa1 /man/Makefile.am | |
parent | aa9bc9d0a031cd7bff7ffcff54049717787441f8 (diff) | |
download | mariadb-git-a2928182ad2b9e65e605375e266277cdb7cc0d20.tar.gz |
- added mysql_fix_privilege_tables(1) man page to distribution
(thanks to Christian Hammers from the Debian project for providing it)
- Updated version number in man pages (3.23 -> 4.0)
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 7019d2aa865..9f919e77b8f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -19,7 +19,7 @@ man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \ mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ - perror.1 replace.1 mysqld_safe.1 + perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1 EXTRA_DIST = $(man_MANS) |