diff options
author | kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-07-28 23:12:40 +0200 |
---|---|---|
committer | kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se <> | 2006-07-28 23:12:40 +0200 |
commit | 2faea9832477756135da5f9600fbb24032f5a98b (patch) | |
tree | e73faa1d4fd68ae19da037613159244e85f6e610 /configure.in | |
parent | c188a3bf0ae337b12696a0725af767ec16191f1e (diff) | |
download | mariadb-git-2faea9832477756135da5f9600fbb24032f5a98b.tar.gz |
Makefile.am, configure.in:
Man page for mysqld command move to section 8 (bug#21220)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 376cf48c476..57993fa29a1 100644 --- a/configure.in +++ b/configure.in @@ -2218,12 +2218,16 @@ then man_dirs="man" man1_files=`ls -1 $srcdir/man/*.1 | sed -e 's;^.*man/;;'` man1_files=`echo $man1_files` + man8_files=`ls -8 $srcdir/man/*.8 | sed -e 's;^.*man/;;'` + man8_files=`echo $man8_files` else man_dirs="" man1_files="" + man8_files="" fi AC_SUBST(man_dirs) AC_SUBST(man1_files) +AC_SUBST(man8_files) # Shall we build the bench code? AC_ARG_WITH(bench, |