diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 22:06:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 22:06:50 +0900 |
commit | cc94c3dc3632d66f534972e61a8c88eb0d41fdad (patch) | |
tree | 033081dec543390ff32e98b409abbc6df66a2fce | |
parent | cbd6a3e282c6af0e95a51ff21a9621e54723e644 (diff) | |
download | tdebase-cc94c3dc3632d66f534972e61a8c88eb0d41fdad.tar.gz tdebase-cc94c3dc3632d66f534972e61a8c88eb0d41fdad.zip |
tdeio-man: add TDE specific man folder to the list of the search paths.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | config.h.cmake | 3 | ||||
-rw-r--r-- | tdeioslave/man/tdeio_man.cpp | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index d174283a0..4fab81d2f 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -230,3 +230,6 @@ // TDE compositor binary name #define TDE_COMPOSITOR_BINARY "compton-tde" + +// TDE man installation folder +#define TDE_MANDIR "@MAN_INSTALL_DIR@" diff --git a/tdeioslave/man/tdeio_man.cpp b/tdeioslave/man/tdeio_man.cpp index 92530facb..13fc3b4d5 100644 --- a/tdeioslave/man/tdeio_man.cpp +++ b/tdeioslave/man/tdeio_man.cpp @@ -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 }; |