tdeio-man: add TDE specific man folder to the list of the search paths.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cc94c3dc36)
r14.0.x
Michele Calgaro 2 years ago
parent 43f519c15b
commit bbb3edad10
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -236,3 +236,6 @@
// TDE compositor binary name
#define TDE_COMPOSITOR_BINARY "compton-tde"
// TDE man installation folder
#define TDE_MANDIR "@MAN_INSTALL_DIR@"

@ -963,6 +963,7 @@ void MANProtocol::constructPath(TQStringList& constr_path, TQStringList constr_c
"/usr/sunpc/man",
"/usr/ncd/man",
"/usr/newsprint/man",
TDE_MANDIR,
NULL };

Loading…
Cancel
Save