----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128678/ -----------------------------------------------------------
(Updated Aug. 16, 2016, 12:30 a.m.) Status ------ This change has been marked as submitted. Review request for Documentation, KDE Frameworks and David Faure. Changes ------- Submitted with commit 505577e66771a6c077422c42e312b41b2fe38a5c by Luigi Toscano to branch master. Repository: kjs Description ------- The kjs man page is translated, so install the translations if available. Diffs ----- CMakeLists.txt 450c2b7 Diff: https://git.reviewboard.kde.org/r/128678/diff/ Testing ------- Compiled with and without the po/ directory as in the tarball. Side note: we probably don't need the pattern like if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ... endif() around ki18n_install and kdoctools_install, as they rely on a glob which, if empty, simply lead to no actions. Thanks, Luigi Toscano