[kde-doc-english] [kdoctools] src: Cleanup kdelibs references (mostly replaced by kdoctools)

Luigi Toscano luigi.toscano at tiscali.it
Tue May 13 20:52:18 UTC 2014


Git commit f4735a4d121dac98724271833f2669c90833783d by Luigi Toscano.
Committed on 07/05/2014 at 00:04.
Pushed by ltoscano into branch 'master'.

Cleanup kdelibs references (mostly replaced by kdoctools)

REVIEW: 118029

M  +2    -2    src/CMakeLists.txt
M  +1    -1    src/customization/catalog.xml
M  +1    -1    src/meinproc.cpp
M  +1    -2    src/template.docbook

http://commits.kde.org/kdoctools/f4735a4d121dac98724271833f2669c90833783d

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 409c10e..2fdc37d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -75,7 +75,7 @@ endif ()
 # WARNING: this has severe limitations on the windows platform since the .xsl
 # & docbook files need to be relocatable. We cannot just replace the paths in
 # the .xsl with relative paths because these files are not installed while
-# building kdelibs. Instead, we will reconfigure those files at install time
+# building kdoctools. Instead, we will reconfigure those files at install time
 # with relative paths.
 
 file( GLOB _kdeincludexslt_ALL "customization/kde-include*.xsl.cmake" )
@@ -110,7 +110,7 @@ macro(INSTALL_CUSTOMIZE_L_DIR _expr _directory)
     foreach(_curentfile ${_file_CUST})
         # copy the file also under CMAKE_CURRENT_BINARY_DIR - those
         # files are needed to generate the documentation without installing
-        # kdelibs (i.e. when kdelibs itself compiled).
+        # kdoctools (i.e. when kdoctools itself compiled).
         get_filename_component(_currentfile_name ${_curentfile} NAME)
         set(_currentfile_binary_path ${CMAKE_CURRENT_BINARY_DIR}/${_directory}/${_currentfile_name})
         configure_file(${_curentfile} ${_currentfile_binary_path} COPYONLY)
diff --git a/src/customization/catalog.xml b/src/customization/catalog.xml
index 31e01eb..420c758 100644
--- a/src/customization/catalog.xml
+++ b/src/customization/catalog.xml
@@ -55,7 +55,7 @@ SGMLDECL "xml.dcl"
   <!-- Various external files -->
 
   <!-- only DocBook XML files are in entities, the others are in
-       kdelibs/doc/common or in kdelibs/licenses -->
+       kdoctools/common -->
 
   <public publicId="-//GNU//DOCUMENT GNU General Public License V2//EN"
           uri="entities/gpl-license"/>
diff --git a/src/meinproc.cpp b/src/meinproc.cpp
index 6d9360b..843ab44 100644
--- a/src/meinproc.cpp
+++ b/src/meinproc.cpp
@@ -110,7 +110,7 @@ int main(int argc, char **argv)
     parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("o") << QStringLiteral("output"), QCoreApplication::translate("main", "Output whole document to file"), QStringLiteral("file")));
     parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("check"), QCoreApplication::translate("main", "Check the document for validity")));
     parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("cache"), QCoreApplication::translate("main", "Create a cache file for the document"), QStringLiteral("file")));
-    parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("srcdir"), QCoreApplication::translate("main", "Set the srcdir, for kdelibs"), QStringLiteral("dir")));
+    parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("srcdir"), QCoreApplication::translate("main", "Set the srcdir, for kdoctools"), QStringLiteral("dir")));
     parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("param"), QCoreApplication::translate("main", "Parameters to pass to the stylesheet"), QStringLiteral("key=value")));
     parser.addPositionalArgument(QStringLiteral("xml"), QCoreApplication::translate("main", "The file to transform"));
     parser.process(app);
diff --git a/src/template.docbook b/src/template.docbook
index da9e687..e5b35d8 100644
--- a/src/template.docbook
+++ b/src/template.docbook
@@ -405,8 +405,7 @@ application -->
 
 <!--
 List any special requirements for your application here. This should include:
-.Libraries or other software that is not included in kdesupport,
-kdelibs, or kdebase.
+.Libraries or other software that is not included in kdesupport or kf5
 .Hardware requirements like amount of RAM, disk space, graphics card
 capabilities, screen resolution, special expansion cards, etc.
 .Operating systems the app will run on. If your app is designed only for a


More information about the kde-doc-english mailing list