summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-07-28 23:12:40 +0200
committerunknown <kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-07-28 23:12:40 +0200
commitd1fde0f7f5139e28731f1138c7473c8686ee9a45 (patch)
treee73faa1d4fd68ae19da037613159244e85f6e610 /configure.in
parent6f65bffebd8dafaf7a38d2e44ec42f2c3de1b851 (diff)
downloadmariadb-git-d1fde0f7f5139e28731f1138c7473c8686ee9a45.tar.gz
Makefile.am, configure.in:
Man page for mysqld command move to section 8 (bug#21220) configure.in: Man page for mysqld command move to section 8 (bug#21220) man/Makefile.am: Man page for mysqld command move to section 8 (bug#21220)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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,