diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 19 | ||||
-rw-r--r-- | doc/amor/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/amor/amor.1 | 1 | ||||
-rw-r--r-- | doc/amor/index.docbook | 12 | ||||
-rw-r--r-- | doc/kmoon/index.docbook | 13 | ||||
-rw-r--r-- | doc/kodo/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kodo/index.docbook | 12 | ||||
-rw-r--r-- | doc/kodo/kodo.1 | 1 | ||||
-rw-r--r-- | doc/kteatime/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kteatime/index.docbook | 18 | ||||
-rw-r--r-- | doc/kteatime/kteatime.1 | 1 | ||||
-rw-r--r-- | doc/ktux/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/ktux/ktux.1 | 1 | ||||
-rw-r--r-- | doc/kweather/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kweather/index.docbook | 12 | ||||
-rw-r--r-- | doc/kweather/kweatherreport.1 | 1 | ||||
-rw-r--r-- | doc/kweather/kweatherservice.1 | 1 | ||||
-rw-r--r-- | doc/kworldclock/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kworldclock/index.docbook | 15 | ||||
-rw-r--r-- | doc/kworldclock/kworldclock.1 | 1 |
20 files changed, 17 insertions, 103 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index dc6bb77..148a9a5 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,12 +1,7 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_auto_add_subdirectories( ) +tde_conditional_add_subdirectory( BUILD_AMOR amor ) +tde_conditional_add_subdirectory( BUILD_KMOON kmoon ) +tde_conditional_add_subdirectory( BUILD_KODO kodo ) +tde_conditional_add_subdirectory( BUILD_KTEATIME kteatime ) +tde_conditional_add_subdirectory( BUILD_KTUX ktux ) +tde_conditional_add_subdirectory( BUILD_KWEATHER kweather ) +tde_conditional_add_subdirectory( BUILD_KWORLDWATCH kworldclock ) diff --git a/doc/amor/CMakeLists.txt b/doc/amor/CMakeLists.txt index d4791cc..490c236 100644 --- a/doc/amor/CMakeLists.txt +++ b/doc/amor/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION amor ) -INSTALL( +install( FILES amor.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/amor/amor.1 b/doc/amor/amor.1 index f74abf3..025f578 100644 --- a/doc/amor/amor.1 +++ b/doc/amor/amor.1 @@ -1,4 +1,3 @@ -.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/doc/amor/index.docbook b/doc/amor/index.docbook index 87262aa..85aa916 100644 --- a/doc/amor/index.docbook +++ b/doc/amor/index.docbook @@ -304,15 +304,3 @@ inspired by his Tai Chi practice.</para></entry> &documentation.index; </book> - -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -// vim:ts=0:sw=2:tw=78:noet ---> diff --git a/doc/kmoon/index.docbook b/doc/kmoon/index.docbook index 5ae9229..44009fe 100644 --- a/doc/kmoon/index.docbook +++ b/doc/kmoon/index.docbook @@ -116,16 +116,3 @@ Visit <ulink url="http://www.kde.org"> http://www.kde.org</ulink> for instructio &documentation.index; </book> - -<!-- -Local Variables: -mode: xml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -vim:tabstop=2:shiftwidth=2:expandtab ---> - diff --git a/doc/kodo/CMakeLists.txt b/doc/kodo/CMakeLists.txt index 93fc8cf..d6f7386 100644 --- a/doc/kodo/CMakeLists.txt +++ b/doc/kodo/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kodo ) -INSTALL( +install( FILES kodo.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kodo/index.docbook b/doc/kodo/index.docbook index cbfed19..60e0353 100644 --- a/doc/kodo/index.docbook +++ b/doc/kodo/index.docbook @@ -211,15 +211,3 @@ and markup cleanup for &kde; 2.2, &Lauri.Watts; &Lauri.Watts.mail; &documentation.index; </book> - -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -// vim:ts=0:sw=2:tw=78:noet ---> diff --git a/doc/kodo/kodo.1 b/doc/kodo/kodo.1 index ae14d9f..6fad65b 100644 --- a/doc/kodo/kodo.1 +++ b/doc/kodo/kodo.1 @@ -1,4 +1,3 @@ -.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/doc/kteatime/CMakeLists.txt b/doc/kteatime/CMakeLists.txt index 73c6c43..35fbaf6 100644 --- a/doc/kteatime/CMakeLists.txt +++ b/doc/kteatime/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kteatime ) -INSTALL( +install( FILES kteatime.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kteatime/index.docbook b/doc/kteatime/index.docbook index 36ea063..c75912e 100644 --- a/doc/kteatime/index.docbook +++ b/doc/kteatime/index.docbook @@ -68,7 +68,7 @@ <sect1 id="timing-your-tea"> <title>Timing Your Tea</title> -<para>Upon starting, the panel icon will be that of an empty tea mug. If you click on the mug and select your tea, the icon will change to a filled mug. After the specified time, the tea will be finished, and a suitable message box will be shown. At this point, you can close the message box by clicking on it and reset the timer by clicking on the icon. The mug will be shown as empty again.</para> +<para>Upon starting, the panel icon will be that of an empty tea mug. If you click on the mug and select your tea, the icon will change to a filled mug. After the specified time, the tea will be finished, and a suitable notification box will be shown. At this point, you can close the notification box by clicking on it and reset the timer by clicking on the icon or by having the <guilabel>Reset on popup click</guilabel> check box enabled in the options. The mug will be shown as empty again.</para> <note><para>The timer should only be reset by those who really enjoy tea.</para></note> @@ -107,7 +107,7 @@ box.</phrase></textobject> <para>As shown in the picture, you may add new entries for other tea or change names, times and the order of existing entries. This is useful if you are brewing a cup of tea that is not on the list or if you do not agree with the predefined times. To edit one entry, mark it in the <guilabel>Tea List</guilabel> on the left and change the values in the <guilabel>Tea Properties</guilabel> on the right.</para> -<para>The box below is the <guilabel>Action</guilabel> field. Here you can define an action that will be executed when the time is up. The button <guibutton>Configure Events...</guibutton> brings up the &kde; Notification Settings for &kteatime;. The <guilabel>Event</guilabel> check box below enables the event selected in the &kde; Notification Settings. If <guilabel>Popup</guilabel> is selected, a message box will appear alerting you to the fact that your tea is ready. The third check box can hold any valid system command. Probably, you will want to leave it blank.</para> +<para>The box below is the <guilabel>Actions</guilabel> field. Here you can define an action that will be executed when the time is up. The button <guibutton>Configure Events...</guibutton> brings up the &kde; Notification Settings for &kteatime;. The <guilabel>Event</guilabel> check box below enables the event selected in the &kde; Notification Settings. If <guilabel>Popup</guilabel> is selected, a notification box will appear alerting you to the fact that your tea is ready. If <guilabel>Reset on popup click</guilabel> is selected, clicking on the notification box will reset the tea. The next check box can hold any valid system command. Probably, you will want to leave it blank.</para> <para>If you enable the check box labeled <guilabel>Visualize progress in icon tray</guilabel>, the progress will be shown as a little animated pie chart inside the icon.</para> @@ -132,17 +132,3 @@ box.</phrase></textobject> &documentation.index; </book> - -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -// vim:ts=2:sw=2:tw=78:noet ---> - - diff --git a/doc/kteatime/kteatime.1 b/doc/kteatime/kteatime.1 index a6fe145..6544e96 100644 --- a/doc/kteatime/kteatime.1 +++ b/doc/kteatime/kteatime.1 @@ -1,4 +1,3 @@ -.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/doc/ktux/CMakeLists.txt b/doc/ktux/CMakeLists.txt index d844881..3ab85aa 100644 --- a/doc/ktux/CMakeLists.txt +++ b/doc/ktux/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES ktux.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/ktux/ktux.1 b/doc/ktux/ktux.1 index 3a17897..96187ec 100644 --- a/doc/ktux/ktux.1 +++ b/doc/ktux/ktux.1 @@ -1,4 +1,3 @@ -.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/doc/kweather/CMakeLists.txt b/doc/kweather/CMakeLists.txt index 6088ebc..56153c3 100644 --- a/doc/kweather/CMakeLists.txt +++ b/doc/kweather/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kweather ) -INSTALL( +install( FILES kweatherreport.1 kweatherservice.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kweather/index.docbook b/doc/kweather/index.docbook index 0331d0f..8b2cabc 100644 --- a/doc/kweather/index.docbook +++ b/doc/kweather/index.docbook @@ -246,15 +246,3 @@ cleanups.</para></listitem> &documentation.index; </book> - -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -// vim:ts=2:sw=2:tw=78:noet ---> diff --git a/doc/kweather/kweatherreport.1 b/doc/kweather/kweatherreport.1 index 1b76019..737bb1f 100644 --- a/doc/kweather/kweatherreport.1 +++ b/doc/kweather/kweatherreport.1 @@ -1,4 +1,3 @@ -.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/doc/kweather/kweatherservice.1 b/doc/kweather/kweatherservice.1 index c8dd85a..570cb5d 100644 --- a/doc/kweather/kweatherservice.1 +++ b/doc/kweather/kweatherservice.1 @@ -1,4 +1,3 @@ -.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/doc/kworldclock/CMakeLists.txt b/doc/kworldclock/CMakeLists.txt index fec1933..196bfc9 100644 --- a/doc/kworldclock/CMakeLists.txt +++ b/doc/kworldclock/CMakeLists.txt @@ -11,7 +11,7 @@ tde_create_handbook( DESTINATION kworldclock ) -INSTALL( +install( FILES kworldclock.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/kworldclock/index.docbook b/doc/kworldclock/index.docbook index 86a7721..1f77f60 100644 --- a/doc/kworldclock/index.docbook +++ b/doc/kworldclock/index.docbook @@ -65,7 +65,7 @@ Please report any problems or feature requests to the &kde; mailing lists. </para> </chapter> -<chapter id="using-kapp"> +<chapter id="using-tdeApp"> <title>Using &kworldclock;</title> <sect1><title>The main display</title> @@ -469,7 +469,7 @@ Documentation Copyright © 2004 &Brad.Hards; &Brad.Hards.mail;. <appendix id="installation"> <title>Installation</title> -<sect1 id="getting-kapp"> +<sect1 id="getting-tdeApp"> <title>How to obtain &kworldclock;</title> @@ -490,14 +490,3 @@ Documentation Copyright © 2004 &Brad.Hards; &Brad.Hards.mail;. &documentation.index; </book> - -<!-- -Local Variables: -mode: xml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - ---> diff --git a/doc/kworldclock/kworldclock.1 b/doc/kworldclock/kworldclock.1 index bf02572..9635baa 100644 --- a/doc/kworldclock/kworldclock.1 +++ b/doc/kworldclock/kworldclock.1 @@ -1,4 +1,3 @@ -.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) |