mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
997977c67a
I am cross-compiling dolphin and haven't build KDocTools. Since it's only needed for the handbook we can make the dependency optional.
4 lines
143 B
CMake
4 lines
143 B
CMake
|
|
if (KF5DocTools_FOUND)
|
|
kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR dolphin)
|
|
endif()
|