]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Install the man page in man/man1
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 7 Feb 2011 12:49:42 +0000 (12:49 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 7 Feb 2011 12:49:42 +0000 (12:49 +0000)
Thanks to Mauricio Silveira for providing the patch.

CMakeLists.txt

index d84c30728c3e0b77a9185a588d76b292c933f052..133cf0be43a61b4c13a4bcde2ca2db25b7836565 100755 (executable)
@@ -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")