When trying to package digikam 6.0.0, I noticed that the doc folder is missing. And cmake reports: -- Main one documentation directory is missing. Compilation of documentation is disabled... I don't know whether this is a mistake or intentional, so I decided to report it. Feel free to just close this in the latter case. But, the doc-translated folder is still there (but not built anymore), it probably should be removed then as well?
(In reply to Wolfgang Bauer from comment #0) > When trying to package digikam 6.0.0, I noticed that the doc folder is > missing. In the released source tarball, that is...
https://cgit.kde.org/digikam says there is a separate repository for the documentation.
yes the documentation still a in a separated repository, because it's huge. Typically, the source code tarball must have only the GUI translations, not the documentation translations. In all cases, the documentation can be displayed online here : https://www.digikam.org/documentation/ Gilles Caulier
The documentation can be downloaded automatically when you configure the tarball : https://invent.kde.org/graphics/digikam/-/blob/master/CMakeLists.txt#L116 2 options are available : one to checkout doc code, one to checkout doc translations. Both options are disable by default for the explanation given in comment #3 Gilles Caulier
The next generation of digiKam documentation based on Sphinx/RestructuredText will be available online only. An HTML version will be updated daily, including an EPUB version. https://docs.digikam.org/en/index.html Gilles Caulier