[frameworks-kdoctools] [Bug 357428] kf5-kdoctools: several issues with kdoctools_install()

MaxiPunkt bugzilla_noreply at kde.org
Tue Dec 27 21:04:03 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=357428

MaxiPunkt <maxantispam at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |UNCONFIRMED

--- Comment #15 from MaxiPunkt <maxantispam at freenet.de> ---
Recently I've checked this issue again - unfortunately installing translated
DOC's via "kdoctools_install()" still doesn't work as expected, yet:

The directory-structure for translated DOC's was done following comment#3,
which is:
./10n-docs/<LANG>/docs/<APPNAME>/*.docbook


The "CMakeLists.txt" contains the following lines:
find_package(KF5DocTools REQUIRED)
kdoctools_install(l10n-docs)

On my system the DOC's currently get installed into:
/usr/share/doc/HTML/<LANG>/<LANG>/docs/<APPNAME>/*.docbook


So for some reason <LANG> is used _twice_ in the installation-path by accident.
Like this the translated DOC's are not usable.

Could you please fix?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-doc-english mailing list