From 5f700f9ccdd8b6d94982f84583f0594e1107d442 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 7 Feb 2011 12:49:42 +0000 Subject: [PATCH] Install the man page in man/man1 Thanks to Mauricio Silveira for providing the patch. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.47.2