Commit d1fde0f7 authored by unknown's avatar unknown
Browse files

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)
parent 6f65bffe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
## Process this file with automake to create Makefile.in

man1_MANS =   @man1_files@
EXTRA_DIST =  $(man1_MANS)
man8_MANS =   @man8_files@
EXTRA_DIST =  $(man1_MANS) $(man8_MANS)

# Don't update the files from bitkeeper
%::SCCS/s.%