diff --git a/doc/AUTHORS b/doc/AUTHORS old mode 100755 new mode 100644 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index bb975d8..14ae1a2 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,18 @@ -SET(DOCFILES +################################################# +# +# (C) 2013 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( en ) + +INSTALL( + FILES AUTHORS # ChangeLog # COPYING @@ -11,10 +25,6 @@ SET(DOCFILES # NEWS # README # TODO - ) - -#add_subdirectory( common ) -#add_subdirectory( en ) - -INSTALL(FILES ${DOCFILES} - DESTINATION ${DOC_INSTALL_DIR}/kbfx) + DESTINATION + ${SHARE_INSTALL_PREFIX}/doc/kbfx +) diff --git a/doc/COPYING b/doc/COPYING old mode 100755 new mode 100644 diff --git a/doc/ChangeLog b/doc/ChangeLog old mode 100755 new mode 100644 diff --git a/doc/INSTALL b/doc/INSTALL old mode 100755 new mode 100644 diff --git a/doc/NEWS b/doc/NEWS old mode 100755 new mode 100644 diff --git a/doc/README b/doc/README old mode 100755 new mode 100644 diff --git a/doc/TODO b/doc/TODO old mode 100755 new mode 100644 diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt deleted file mode 100644 index 7871a0c..0000000 --- a/doc/common/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -FILE(GLOB JPGFILES *.jpg ) -FILE(GLOB PNGFILES *.png ) - -INSTALL(FILES ${JPGFILES} ${PNGFILES} - DESTINATION ${HTML_INSTALL_DIR}/en/common) diff --git a/doc/common/kbfx-about.jpg b/doc/common/kbfx-about.jpg deleted file mode 100644 index a349e7f..0000000 Binary files a/doc/common/kbfx-about.jpg and /dev/null differ diff --git a/doc/common/kbfx-fonts.jpg b/doc/common/kbfx-fonts.jpg deleted file mode 100644 index 2dd0747..0000000 Binary files a/doc/common/kbfx-fonts.jpg and /dev/null differ diff --git a/doc/common/kbfx-layout.jpg b/doc/common/kbfx-layout.jpg deleted file mode 100644 index 9f8f65d..0000000 Binary files a/doc/common/kbfx-layout.jpg and /dev/null differ diff --git a/doc/common/kbfx-maindescription.jpg b/doc/common/kbfx-maindescription.jpg deleted file mode 100644 index 6ae740d..0000000 Binary files a/doc/common/kbfx-maindescription.jpg and /dev/null differ diff --git a/doc/common/kbfx-plugins.jpg b/doc/common/kbfx-plugins.jpg deleted file mode 100644 index e9e3466..0000000 Binary files a/doc/common/kbfx-plugins.jpg and /dev/null differ diff --git a/doc/common/kbfx-startbutton.jpg b/doc/common/kbfx-startbutton.jpg deleted file mode 100644 index e800577..0000000 Binary files a/doc/common/kbfx-startbutton.jpg and /dev/null differ diff --git a/doc/common/kbfx-style.jpg b/doc/common/kbfx-style.jpg deleted file mode 100644 index 434ccc0..0000000 Binary files a/doc/common/kbfx-style.jpg and /dev/null differ diff --git a/doc/common/kbfx-themes.jpg b/doc/common/kbfx-themes.jpg deleted file mode 100644 index 3d87682..0000000 Binary files a/doc/common/kbfx-themes.jpg and /dev/null differ diff --git a/doc/common/kbfx-tooltip.jpg b/doc/common/kbfx-tooltip.jpg deleted file mode 100644 index fc45e44..0000000 Binary files a/doc/common/kbfx-tooltip.jpg and /dev/null differ diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 3eff8c4..48e85c6 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1,2 +1,12 @@ -KDE3_CREATE_HANDBOOK ( index.docbook ) -KDE3_INSTALL_HANDBOOK ( kbfxconfigapp ) +################################################# +# +# (C) 2013 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG en DESTINATION kbfxconfigapp ) diff --git a/doc/en/index.docbook.in b/doc/en/index.docbook similarity index 99% rename from doc/en/index.docbook.in rename to doc/en/index.docbook index 1e2b01c..fefb36e 100644 --- a/doc/en/index.docbook.in +++ b/doc/en/index.docbook @@ -456,7 +456,7 @@ - + @@ -493,7 +493,7 @@ - + @@ -545,7 +545,7 @@ - + @@ -594,7 +594,7 @@ - + @@ -644,7 +644,7 @@ - + @@ -672,7 +672,7 @@ - + @@ -701,7 +701,7 @@ - + @@ -1366,7 +1366,7 @@ rpm -i kbfx-0.4.9.3-20070117.i386.rpm - + diff --git a/doc/en/kbfx-about.png b/doc/en/kbfx-about.png new file mode 100644 index 0000000..5e3d0c9 Binary files /dev/null and b/doc/en/kbfx-about.png differ diff --git a/doc/en/kbfx-fonts.png b/doc/en/kbfx-fonts.png new file mode 100644 index 0000000..e0fd559 Binary files /dev/null and b/doc/en/kbfx-fonts.png differ diff --git a/doc/en/kbfx-layout.png b/doc/en/kbfx-layout.png new file mode 100644 index 0000000..ef3f0b0 Binary files /dev/null and b/doc/en/kbfx-layout.png differ diff --git a/doc/en/kbfx-maindescription.png b/doc/en/kbfx-maindescription.png new file mode 100644 index 0000000..69bf9bc Binary files /dev/null and b/doc/en/kbfx-maindescription.png differ diff --git a/doc/en/kbfx-plugins.png b/doc/en/kbfx-plugins.png new file mode 100644 index 0000000..e093c06 Binary files /dev/null and b/doc/en/kbfx-plugins.png differ diff --git a/doc/en/kbfx-startbutton.png b/doc/en/kbfx-startbutton.png new file mode 100644 index 0000000..0a01d9b Binary files /dev/null and b/doc/en/kbfx-startbutton.png differ diff --git a/doc/en/kbfx-style.png b/doc/en/kbfx-style.png new file mode 100644 index 0000000..c8e639b Binary files /dev/null and b/doc/en/kbfx-style.png differ diff --git a/doc/en/kbfx-themes.png b/doc/en/kbfx-themes.png new file mode 100644 index 0000000..1907b6c Binary files /dev/null and b/doc/en/kbfx-themes.png differ diff --git a/doc/en/kbfx-tooltip.png b/doc/en/kbfx-tooltip.png new file mode 100644 index 0000000..62c5a4a Binary files /dev/null and b/doc/en/kbfx-tooltip.png differ diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 7f31392..49627dd 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1 +1,12 @@ -ADD_POFILES("kbfxconfigapp") +################################################# +# +# (C) 2013 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_translation( LANG auto OUTPUT_NAME kbfxconfigapp )