From: Frédéric Marchal Date: Mon, 7 Feb 2011 12:49:42 +0000 (+0000) Subject: Install the man page in man/man1 X-Git-Tag: v2.3.2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f700f9ccdd8b6d94982f84583f0594e1107d442;p=thirdparty%2Fsarg.git Install the man page in man/man1 Thanks to Mauricio Silveira for providing the patch. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d84c307..133cf0b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ SET_ABS_SOURCE(IMAGEDIR "The full path of the images directory to be compiled in SET(SYSCONFDIR "etc/sarg" CACHE PATH "The configuration directory relative to the install directory") SET(BINDIR "bin" CACHE PATH "The directory to install the exec relative to the install directory") -SET(MANDIR "share/man" CACHE PATH "The directory to copy the man page relative to the install directory") +SET(MANDIR "share/man/man1" CACHE PATH "The directory to copy the man page relative to the install directory") SET(LANGDIR "share/sarg/languages" CACHE PATH "The directory to copy the languages files relative to the install directory") SET(FONTDIR "share/sarg/fonts" CACHE PATH "The directory to copy the fonts relative to the install directory") SET(IMAGEDIR "share/sarg/images" CACHE PATH "The directory to copy the images files relative to the install directory")