install manual

This commit is contained in:
Tomoki Shirasawa
2014-01-08 17:13:49 +09:00
parent 0465cc16b9
commit 2a55f3d718
3 changed files with 24 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ case $WITH_TARGET in
if test "X$KMODDIR" = X; then
KMODDIR="$prefix/kmod"
fi
if test "X$MANDIR" = X; then
MANDIR="$prefix/man"
fi
;;
builtin-mic)
ARCH=k1om
@@ -84,6 +87,9 @@ case $WITH_TARGET in
if test "X$KMODDIR" = X; then
KMODDIR="$prefix/attached/kmod"
fi
if test "X$MANDIR" = X; then
MANDIR="$prefix/attached/man"
fi
;;
builtin-x86)
ARCH=`uname -m`
@@ -101,6 +107,9 @@ case $WITH_TARGET in
if test "X$KMODDIR" = X; then
KMODDIR="$prefix/kmod"
fi
if test "X$MANDIR" = X; then
MANDIR="$prefix/attached/man"
fi
;;
*)
AC_MSG_ERROR([target $WITH_TARGET is unknwon])
@@ -119,6 +128,7 @@ AC_SUBST(BINDIR)
AC_SUBST(SBINDIR)
AC_SUBST(KMODDIR)
AC_SUBST(KERNDIR)
AC_SUBST(MANDIR)
AC_SUBST(IHK_VERSION)
AC_SUBST(MCKERNEL_VERSION)