[kde-doc-english] [kdelibs/frameworks] doc: Move kf5-config doc to kde4support

Jignesh Kakadiya jigneshhk1992 at gmail.com
Fri Feb 22 09:08:53 UTC 2013


Git commit 1fd3f0ff63e31309fab5c70db0fe6669a918f234 by Jignesh Kakadiya.
Committed on 22/02/2013 at 10:07.
Pushed by kakadiya into branch 'frameworks'.

Move kf5-config doc to kde4support

M  +1    -1    doc/CMakeLists.txt
A  +1    -0    doc/kde4support/CMakeLists.txt
R  +7    -7    doc/kde4support/man-kf5-config.1.docbook [from: doc/kde5-config/man-kde5-config.1.docbook - 088% similarity]
D  +0    -1    doc/kde5-config/CMakeLists.txt

http://commits.kde.org/kdelibs/1fd3f0ff63e31309fab5c70db0fe6669a918f234

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 4a04fcb..bdec716 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -12,7 +12,7 @@ if (NOT WIN32)
     add_subdirectory( meinproc4 )
     add_subdirectory( sonnet )
     add_subdirectory( qtoptions )
-    add_subdirectory( kde5-config )
+    add_subdirectory( kde4support )
     add_subdirectory( kjs )
     add_subdirectory( kjscmd )
     add_subdirectory( kross )
diff --git a/doc/kde4support/CMakeLists.txt b/doc/kde4support/CMakeLists.txt
new file mode 100644
index 0000000..7031975
--- /dev/null
+++ b/doc/kde4support/CMakeLists.txt
@@ -0,0 +1 @@
+kde4_create_manpage(man-kf5-config.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
diff --git a/doc/kde5-config/man-kde5-config.1.docbook b/doc/kde4support/man-kf5-config.1.docbook
similarity index 88%
rename from doc/kde5-config/man-kde5-config.1.docbook
rename to doc/kde4support/man-kf5-config.1.docbook
index a14409d..ae567bf 100644
--- a/doc/kde5-config/man-kde5-config.1.docbook
+++ b/doc/kde4support/man-kf5-config.1.docbook
@@ -16,18 +16,18 @@
 </refentryinfo>
 
 <refmeta>
-<refentrytitle><command>kde5-config</command></refentrytitle>
+<refentrytitle><command>kf5-config</command></refentrytitle>
 <manvolnum>1</manvolnum>
 </refmeta>
 
 <refnamediv>
-<refname><command>kde5-config</command></refname>
+<refname><command>kf5-config</command></refname>
 <refpurpose>Prints &kde; installation paths</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
 <cmdsynopsis>
-<command>kde5-config</command>
+<command>kf5-config</command>
 <arg>--expandvars</arg>
 <arg>--prefix</arg>
 <arg>--exec-prefix</arg>
@@ -43,7 +43,7 @@
 
 <refsect1>
 <title>Description</title>
-<para>kde5-config is a command line program used to retrieve information
+<para>kf5-config is a command line program used to retrieve information
 about &kde; installation or user paths.</para>
 
 <para>Use this program to determine where the various aspects of the &kde;
@@ -134,21 +134,21 @@ installation reside on your system.
 
 <para>Print the top-level &kde; installation directory:</para>
 <para>
-<prompt>%</prompt><userinput> <command>kde5-config --prefix</command>
+<prompt>%</prompt><userinput> <command>kf5-config --prefix</command>
 </userinput>
 </para>
 
 <para>Print a list of all resource types:</para>
 
 <para>
-<prompt>%</prompt><userinput> <command>kde5-config --types</command>
+<prompt>%</prompt><userinput> <command>kf5-config --types</command>
 </userinput>
 </para>
 
 <para>Print the installed wallpaper path:</para>
 
 <para>
-<prompt>%</prompt><userinput> <command>kde5-config --path wallpaper</command>
+<prompt>%</prompt><userinput> <command>kf5-config --path wallpaper</command>
 </userinput>
 </para>
 
diff --git a/doc/kde5-config/CMakeLists.txt b/doc/kde5-config/CMakeLists.txt
deleted file mode 100644
index 3ca6ad1..0000000
--- a/doc/kde5-config/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-kde4_create_manpage(man-kde5-config.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})


More information about the kde-doc-english mailing list