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

11
configure vendored
View File

@@ -590,6 +590,7 @@ IHK_RELEASE_DATE
DCFA_VERSION
MCKERNEL_VERSION
IHK_VERSION
MANDIR
KERNDIR
KMODDIR
SBINDIR
@@ -2612,6 +2613,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test "X$KMODDIR" = X; then
KMODDIR="$prefix/kmod"
fi
if test "X$MANDIR" = X; then
MANDIR="$prefix/man"
fi
;;
builtin-mic)
ARCH=k1om
@@ -2666,6 +2670,9 @@ fi
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`
@@ -3221,6 +3228,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test "X$KMODDIR" = X; then
KMODDIR="$prefix/kmod"
fi
if test "X$MANDIR" = X; then
MANDIR="$prefix/attached/man"
fi
;;
*)
as_fn_error $? "target $WITH_TARGET is unknwon" "$LINENO" 5
@@ -3247,6 +3257,7 @@ TARGET="$WITH_TARGET"
ac_config_files="$ac_config_files Makefile executer/user/Makefile executer/kernel/Makefile kernel/Makefile arch/x86/tools/mcreboot-attached-mic.sh arch/x86/tools/mcshutdown-attached-mic.sh arch/x86/tools/mcreboot.1:arch/x86/tools/mcreboot.1in"