Git commit 46fa3ace76d95ae741a835d15cb428afb9b5d24b by Christoph Cullmann. Committed on 19/09/2023 at 22:36. Pushed by cullmann into branch 'master'.
remove &kword; and Co. to unbreak the doc compile M +1 -2 CMakeLists.txt M +0 -3 doc/index.docbook https://invent.kde.org/utilities/kfind/-/commit/46fa3ace76d95ae741a835d15cb428afb9b5d24b diff --git a/CMakeLists.txt b/CMakeLists.txt index 559ceee70d..d064360b3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,11 +57,10 @@ add_subdirectory(icons) ecm_qt_install_logging_categories(EXPORT KFIND FILE kfind.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) ki18n_install(po) -if (0) # Need to fix doc in kf6 need to remove &kword etc. + if (KF6DocTools_FOUND) kdoctools_install(po) add_subdirectory(doc) endif() -endif() feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/doc/index.docbook b/doc/index.docbook index c7bb92ec08..e3ecce8c3f 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -183,9 +183,6 @@ under <guilabel>File type</guilabel>. Only the following file types are supported: <itemizedlist> <listitem><para>Text files, ⪚ source code and <filename>README</filename> files</para></listitem> -<listitem><para>&kword; >= 1.2</para></listitem> -<listitem><para>&kpresenter; >= 1.2</para></listitem> -<listitem><para>&kspread; >= 1.2</para></listitem> <listitem><para>OpenOffice.org Writer / LibreOffice Writer</para></listitem> <listitem><para>OpenOffice.org Impress / LibreOffice Impress</para></listitem> <listitem><para>OpenOffice.org Calc / LibreOffice Calc</para></listitem>
