Description: Fix docbook path
 The khandbook system couldn't find the docs from the installed package.
 This patch should fix the install lcoation to make it work.
 .
 knutclient (1.1.1-1) groovy; urgency=medium
 .
   * New upstream release
Author: Chris <dpkg@chris-nz.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-06-17

--- knutclient-1.1.1.orig/doc/cs/CMakeLists.txt
+++ knutclient-1.1.1/doc/cs/CMakeLists.txt
@@ -5,6 +5,6 @@
 ##4##  )
 
 kdoctools_create_handbook(index.docbook
-  INSTALL_DESTINATION ${HTML_INSTALL_DIR}/cs
+  INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/cs
   SUBDIR knutclient
   )
--- knutclient-1.1.1.orig/doc/en/CMakeLists.txt
+++ knutclient-1.1.1/doc/en/CMakeLists.txt
@@ -6,7 +6,7 @@
 
 
 kdoctools_create_handbook(index.docbook
-  INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en
+  INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en
   SUBDIR knutclient
   )
 
