docs: Fix manpage creation

$(builddir) should be $(top_builddir), and we need a valid definition of
MKDIR_P to create the docs.

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
Jeremy Kerr 2012-06-11 14:37:33 +08:00
parent b0619274fd
commit 9786761e4f
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_RANLIB
AC_PROG_MKDIR_P
if test $cross_compiling = no; then
AM_MISSING_PROG(HELP2MAN, help2man)