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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/274/head
Michele Calgaro 2 years ago
parent cbd6a3e282
commit cc94c3dc36
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -230,3 +230,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