[neon/kf6/kf6-syntax-highlighting/Neon/stable] debian: docs
Carlos De Maine
null at kde.org
Wed Jul 30 16:08:35 BST 2025
Git commit ccb3024e7ea07703a468fee6a0a579aa6a4568cd by Carlos De Maine.
Committed on 30/07/2025 at 15:08.
Pushed by carlosdem into branch 'Neon/stable'.
docs
M +1 -0 debian/control
M +1 -0 debian/kf6-syntax-highlighting-dev.install
M +12 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-syntax-highlighting/-/commit/ccb3024e7ea07703a468fee6a0a579aa6a4568cd
diff --git a/debian/control b/debian/control
index 9b2c106..8661bd6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: cmake,
debhelper-compat (= 13),
doxygen,
graphviz,
+ kde-qdoc-common-dev,
kf6-extra-cmake-modules,
libxerces-c-dev,
perl,
diff --git a/debian/kf6-syntax-highlighting-dev.install b/debian/kf6-syntax-highlighting-dev.install
index d72da4c..55e17d1 100644
--- a/debian/kf6-syntax-highlighting-dev.install
+++ b/debian/kf6-syntax-highlighting-dev.install
@@ -1,3 +1,4 @@
usr/include/KF6/KSyntaxHighlighting
usr/lib/*/cmake/KF6SyntaxHighlighting
usr/lib/*/libKF6SyntaxHighlighting.so
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 43d5926..6674886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,21 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
+
%:
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
dh_auto_configure -- -DFEATURE_NO_STANDARD_PATHS=OFF
+override_dh_auto_build:
+ dh_auto_build
+ dh_auto_build -- prepare_docs
+ dh_auto_build -- generate_docs
+ dh_auto_build -- generate_qch
+
+override_dh_auto_install:
+ dh_auto_install
+ dh_auto_install -- install_html_docs
+ dh_auto_install -- install_qch_docs
More information about the Neon-commits
mailing list