Git commit 37743b2bb15ab95598899a54d14d268dc58e8296 by Luigi Toscano. Committed on 23/02/2019 at 13:49. Pushed by ltoscano into branch 'master'.
doc fixes: DTD, version, location - use the native Frameworks 5 DTD; - fix the version (while the version fix should be done after a review of the documentation, keep using the version reported so far would be even more confusing); - use the modern ECM variable which identify the destination directory for documentation. M +1 -1 doc/CMakeLists.txt M +2 -2 doc/index.docbook https://commits.kde.org/khipu/37743b2bb15ab95598899a54d14d268dc58e8296 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index c0e47e1..9c7a9b2 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1 @@ -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR khipu) +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR khipu) diff --git a/doc/index.docbook b/doc/index.docbook index 408afcd..022e66a 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ <!ENTITY khipu "<application>Khipu</application>"> <!ENTITY analitza "<application>Analitza</application>"> <!ENTITY % addindex "IGNORE"> @@ -19,7 +19,7 @@ </authorgroup> <legalnotice>&FDLNotice;</legalnotice> <date>2013-09-18</date> - <releaseinfo>&kde; SC 4.10</releaseinfo> + <releaseinfo>1.0</releaseinfo> <abstract> <para></para> </abstract>
