https://bugs.kde.org/show_bug.cgi?id=357428
--- Comment #4 from MaxiPunkt ---
With a subdir added as suggested, during compilation CMake now complains:
> add_custom_target cannot create target "BLA_BLA" because another target with
> the same
> name already exists. The existing target is a cus
https://bugs.kde.org/show_bug.cgi?id=357428
--- Comment #6 from MaxiPunkt ---
> Which version of cmake?
* cmake-3.4.1
* kf5-kdoctools-5.21.0
> Could you please share the example you are testing?
Currently I'm trying to compile krusader-kf5 with all bells & whistles
(including all translations).
https://bugs.kde.org/show_bug.cgi?id=357428
--- Comment #7 from MaxiPunkt ---
Created attachment 98995
--> https://bugs.kde.org/attachment.cgi?id=98995&action=edit
krusader-translations from today's SVN
tar.xz includes "CMakeLists.txt.l10n"
It is intended to be appended to "CMakeLists.txt" of
https://bugs.kde.org/show_bug.cgi?id=357428
--- Comment #9 from MaxiPunkt ---
Thanks for your recent efforts.
To test this I would have to replace system's "kdoctools" with a patched
version first, as my system does not allow me to modify system-files (SELinux)
manually. Hopefully this is not a
https://bugs.kde.org/show_bug.cgi?id=357428
--- Comment #10 from MaxiPunkt ---
Patching "kdoctools" was o.k., but unfortunatelly your patch doesn't work for
me.
Actually I'm not sure if the errors are related to "kdoctools", or to
krusader's DOC's (possibly not not up-to-date?).
[ 3%] Generati
https://bugs.kde.org/show_bug.cgi?id=357428
--- Comment #11 from MaxiPunkt ---
Got it, before compiling I did the following:
$ rm -rf ./l10n-docs/pt_BR/
$ rm -rf ./l10n-docs/pt/
The code compiles fine then - with the help of your patch of kdoctools (comment
#8).
So in addition to the (fixed) pro
https://bugs.kde.org/show_bug.cgi?id=357428
Bug ID: 357428
Summary: kf5-kdoctools: several issues with kdoctools_install()
Product: frameworks-kdoctools
Version: unspecified
Platform: Fedora RPMs
OS: Linux
Status: U
https://bugs.kde.org/show_bug.cgi?id=357428
--- Comment #2 from MaxiPunkt ---
Well, this is off-topic but I've made this script a while ago already (KDE4) to
be able to create tarballs named in a way I found it useful.
Seems that you're aiming at the files found in "releaseme.git".
But as far as