From 85278cadecf3d63a6a50e42c070b308ace065a50 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Aug 2018 21:05:50 +0900 Subject: [PATCH] Fixed docbook building and translations. Signed-off-by: Michele Calgaro --- CMakeLists.txt | 9 ++++- VERSION | 1 + doc-translations/CMakeLists.txt | 20 ----------- .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - .../gopher/tdeioslave/gopher/CMakeLists.txt | 1 - doc/CMakeLists.txt | 13 +++++-- doc/ca/CMakeLists.txt | 12 +++++++ .../gopher => doc/ca}/index.docbook | 4 --- doc/da/CMakeLists.txt | 12 +++++++ .../gopher => doc/da}/index.docbook | 4 --- doc/de/CMakeLists.txt | 12 +++++++ .../gopher => doc/de}/index.docbook | 4 --- doc/en/CMakeLists.txt | 12 +++++++ doc/{ => en}/index.docbook | 7 +--- doc/en_GB/CMakeLists.txt | 12 +++++++ .../gopher => doc/en_GB}/index.docbook | 4 --- doc/es/CMakeLists.txt | 12 +++++++ .../gopher => doc/es}/index.docbook | 4 --- doc/et/CMakeLists.txt | 12 +++++++ .../gopher => doc/et}/index.docbook | 4 --- doc/fr/CMakeLists.txt | 12 +++++++ .../gopher => doc/fr}/index.docbook | 4 --- doc/gl/CMakeLists.txt | 12 +++++++ .../gopher => doc/gl}/index.docbook | 4 --- doc/hu/CMakeLists.txt | 12 +++++++ .../gopher => doc/hu}/index.docbook | 4 --- doc/it/CMakeLists.txt | 12 +++++++ .../gopher => doc/it}/index.docbook | 4 --- doc/nl/CMakeLists.txt | 12 +++++++ .../gopher => doc/nl}/index.docbook | 4 --- doc/pl/CMakeLists.txt | 12 +++++++ .../gopher => doc/pl}/index.docbook | 4 --- doc/pt/CMakeLists.txt | 12 +++++++ .../gopher => doc/pt}/index.docbook | 4 --- doc/pt_BR/CMakeLists.txt | 12 +++++++ .../gopher => doc/pt_BR}/index.docbook | 4 --- doc/ro/CMakeLists.txt | 12 +++++++ .../gopher => doc/ro}/index.docbook | 4 --- doc/ru/CMakeLists.txt | 12 +++++++ .../gopher => doc/ru}/index.docbook | 4 --- doc/sr/CMakeLists.txt | 12 +++++++ .../gopher => doc/sr}/index.docbook | 4 --- doc/sr@Latn/CMakeLists.txt | 12 +++++++ .../gopher => doc/sr@Latn}/index.docbook | 4 --- doc/sv/CMakeLists.txt | 12 +++++++ .../gopher => doc/sv}/index.docbook | 4 --- doc/uk/CMakeLists.txt | 12 +++++++ .../gopher => doc/uk}/index.docbook | 4 --- Messages.sh => po/Messages.sh | 0 src/CMakeLists.txt | 36 ++++++++++--------- 68 files changed, 292 insertions(+), 146 deletions(-) create mode 100644 VERSION delete mode 100644 doc-translations/CMakeLists.txt delete mode 100644 doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/da_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/de_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/es_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/et_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/it_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt delete mode 100644 doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt create mode 100644 doc/ca/CMakeLists.txt rename {doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher => doc/ca}/index.docbook (89%) create mode 100644 doc/da/CMakeLists.txt rename {doc-translations/da_tdeioslave/gopher/tdeioslave/gopher => doc/da}/index.docbook (89%) create mode 100644 doc/de/CMakeLists.txt rename {doc-translations/de_tdeioslave/gopher/tdeioslave/gopher => doc/de}/index.docbook (91%) create mode 100644 doc/en/CMakeLists.txt rename doc/{ => en}/index.docbook (88%) create mode 100644 doc/en_GB/CMakeLists.txt rename {doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher => doc/en_GB}/index.docbook (90%) create mode 100644 doc/es/CMakeLists.txt rename {doc-translations/es_tdeioslave/gopher/tdeioslave/gopher => doc/es}/index.docbook (90%) create mode 100644 doc/et/CMakeLists.txt rename {doc-translations/et_tdeioslave/gopher/tdeioslave/gopher => doc/et}/index.docbook (90%) create mode 100644 doc/fr/CMakeLists.txt rename {doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher => doc/fr}/index.docbook (90%) create mode 100644 doc/gl/CMakeLists.txt rename {doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher => doc/gl}/index.docbook (91%) create mode 100644 doc/hu/CMakeLists.txt rename {doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher => doc/hu}/index.docbook (91%) create mode 100644 doc/it/CMakeLists.txt rename {doc-translations/it_tdeioslave/gopher/tdeioslave/gopher => doc/it}/index.docbook (91%) create mode 100644 doc/nl/CMakeLists.txt rename {doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher => doc/nl}/index.docbook (90%) create mode 100644 doc/pl/CMakeLists.txt rename {doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher => doc/pl}/index.docbook (92%) create mode 100644 doc/pt/CMakeLists.txt rename {doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher => doc/pt}/index.docbook (90%) create mode 100644 doc/pt_BR/CMakeLists.txt rename {doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher => doc/pt_BR}/index.docbook (90%) create mode 100644 doc/ro/CMakeLists.txt rename {doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher => doc/ro}/index.docbook (89%) create mode 100644 doc/ru/CMakeLists.txt rename {doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher => doc/ru}/index.docbook (92%) create mode 100644 doc/sr/CMakeLists.txt rename {doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher => doc/sr}/index.docbook (92%) create mode 100644 doc/sr@Latn/CMakeLists.txt rename {doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher => doc/sr@Latn}/index.docbook (90%) create mode 100644 doc/sv/CMakeLists.txt rename {doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher => doc/sv}/index.docbook (90%) create mode 100644 doc/uk/CMakeLists.txt rename {doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher => doc/uk}/index.docbook (93%) rename Messages.sh => po/Messages.sh (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1bbd30..0f2f584 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,13 @@ include( TDESetupPaths ) tde_setup_paths( ) +##### user requested modules #################### + +option( BUILD_ALL "Build all" OFF ) +option( BUILD_DOC "Build doc" ${BUILD_ALL} ) +option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) + + ##### configure checks ########################## include( ConfigureChecks.cmake ) @@ -60,7 +67,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### source directories ######################## add_subdirectory( src ) -#tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) #tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..845639e --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.4 diff --git a/doc-translations/CMakeLists.txt b/doc-translations/CMakeLists.txt deleted file mode 100644 index bc842e8..0000000 --- a/doc-translations/CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ -add_subdirectory( ca_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( da_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( de_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( en_GB_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( es_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( et_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( fr_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( gl_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( hu_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( it_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( nl_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( pl_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( pt_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( pt_BR_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( ro_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( ru_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( sr_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( sr@latin_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( sv_tdeioslave/gopher/tdeioslave/gopher ) -add_subdirectory( uk_tdeioslave/gopher/tdeioslave/gopher ) diff --git a/doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 08129a5..0000000 --- a/doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/ca/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/da_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/da_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index d11b5c5..0000000 --- a/doc-translations/da_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/da/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/de_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/de_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 1f8d83d..0000000 --- a/doc-translations/de_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/de/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index c30e771..0000000 --- a/doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en_GB/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/es_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/es_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 07d14c5..0000000 --- a/doc-translations/es_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/es/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/et_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/et_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index d05832a..0000000 --- a/doc-translations/et_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/et/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 3fe7a68..0000000 --- a/doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/fr/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index ea5188b..0000000 --- a/doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/gl/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index cdbb89f..0000000 --- a/doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/hu/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/it_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/it_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 552baae..0000000 --- a/doc-translations/it_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/it/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 95daa26..0000000 --- a/doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/nl/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 66f2a0e..0000000 --- a/doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pl/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 332c44f..0000000 --- a/doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pt_BR/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 747d216..0000000 --- a/doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pt/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 83a96f5..0000000 --- a/doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/ro/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index ad09170..0000000 --- a/doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/ru/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index cef70ac..0000000 --- a/doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/sr@latin/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 0b6d732..0000000 --- a/doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/sr/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 42b2d81..0000000 --- a/doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/sv/ SUBDIR tdeioslave/gopher) diff --git a/doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt b/doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt deleted file mode 100644 index 5279fec..0000000 --- a/doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/uk/ SUBDIR tdeioslave/gopher) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index aad870a..a8b8de4 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,3 +1,12 @@ -########### install files ############### -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR tdeioslave/gopher) +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# +tde_auto_add_subdirectories() diff --git a/doc/ca/CMakeLists.txt b/doc/ca/CMakeLists.txt new file mode 100644 index 0000000..336edb1 --- /dev/null +++ b/doc/ca/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG ca DESTINATION tdeio-gopher ) diff --git a/doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/ca/index.docbook similarity index 89% rename from doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/ca/index.docbook index 47fed51..39e96df 100644 --- a/doc-translations/ca_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/ca/index.docbook @@ -27,8 +27,4 @@ Gopher permet a l'usuari enregistrar la localització d'un element en un «enllaç», de manera que els usuaris seguint aquest «enllaç» accedeixen directament cap a un element en particular sense cercar el menú del sistema. Els menús de Gopher no són estàndards, en el sentit que cada servidor els determina individualment. -Font: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/da/CMakeLists.txt b/doc/da/CMakeLists.txt new file mode 100644 index 0000000..dcd1716 --- /dev/null +++ b/doc/da/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG da DESTINATION tdeio-gopher ) diff --git a/doc-translations/da_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/da/index.docbook similarity index 89% rename from doc-translations/da_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/da/index.docbook index e9d6aab..02a66b4 100644 --- a/doc-translations/da_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/da/index.docbook @@ -35,8 +35,4 @@ >bogmærke direkte til et bestemt punkt uden at skulle gennemsøge menusystemet. Gopher-menuer er ikke standardiserede, idet hver Gopher-server selv bestemmer. -Kilde: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt new file mode 100644 index 0000000..ef9bcc2 --- /dev/null +++ b/doc/de/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG de DESTINATION tdeio-gopher ) diff --git a/doc-translations/de_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/de/index.docbook similarity index 91% rename from doc-translations/de_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/de/index.docbook index 6925828..9a231b6 100644 --- a/doc-translations/de_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/de/index.docbook @@ -47,8 +47,4 @@ >Bookmark) abzuspeichern. Somit kann der Benutzer mit Hilfe des Lesezeichens direkt zur Information gelangen, ohne das gesamte Menü durchsuchen zu müssen. Gopher-Menüs sind nicht standardisiert, insofern als dass jeder Gopher-Server bestimmte Informationen bereithält. -Quelle: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..16ecf1a --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/gopher) diff --git a/doc/index.docbook b/doc/en/index.docbook similarity index 88% rename from doc/index.docbook rename to doc/en/index.docbook index c951548..2e8853c 100644 --- a/doc/index.docbook +++ b/doc/en/index.docbook @@ -14,7 +14,7 @@ -gopher began as a distributed campus information service +gopher began as a distributed campus information service at the University of Minnesota. Gopher allows the user to access information on Gopher servers running on Internet hosts. @@ -37,9 +37,4 @@ searching the menu system. Gopher menus are not standardized, inasmuch as each Gopher server is individually determined. - -Source: - http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm - diff --git a/doc/en_GB/CMakeLists.txt b/doc/en_GB/CMakeLists.txt new file mode 100644 index 0000000..d0af40d --- /dev/null +++ b/doc/en_GB/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG en_GB DESTINATION tdeio-gopher ) diff --git a/doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/en_GB/index.docbook similarity index 90% rename from doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/en_GB/index.docbook index e130d01..60e7881 100644 --- a/doc-translations/en_GB_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/en_GB/index.docbook @@ -49,8 +49,4 @@ >bookmark directly to a particular item without searching the menu system. Gopher menus are not standardised, inasmuch as each Gopher server is individually determined. -Source: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/es/CMakeLists.txt b/doc/es/CMakeLists.txt new file mode 100644 index 0000000..3d8554c --- /dev/null +++ b/doc/es/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG es DESTINATION tdeio-gopher ) diff --git a/doc-translations/es_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/es/index.docbook similarity index 90% rename from doc-translations/es_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/es/index.docbook index ce479b7..a38f1e9 100644 --- a/doc-translations/es_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/es/index.docbook @@ -41,8 +41,4 @@ Gopher permite al usuario registrar la ubicación de un elemento en un «marcador», permitiendo así que los usuarios puedan acceder directamente a une elemento particular siguiendo ese «marcador», sin tener que buscar por el sistema de menús. Los menús de Gopher no están estandarizados, pues cada servidor los configura individualmente. -Fuente: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/et/CMakeLists.txt b/doc/et/CMakeLists.txt new file mode 100644 index 0000000..b5e20cc --- /dev/null +++ b/doc/et/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG et DESTINATION tdeio-gopher ) diff --git a/doc-translations/et_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/et/index.docbook similarity index 90% rename from doc-translations/et_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/et/index.docbook index 2365d47..84abb1a 100644 --- a/doc-translations/et_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/et/index.docbook @@ -47,8 +47,4 @@ >järjehoidja abil jõuda infoni otse, ilma enam menüüs seiklemata. Gopheri menüüd ei ole standardsed, kuna iga Gopheri server on tegelikult omaette sõltumatu üksus. -Allikas: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/fr/CMakeLists.txt b/doc/fr/CMakeLists.txt new file mode 100644 index 0000000..3b3e37b --- /dev/null +++ b/doc/fr/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG fr DESTINATION tdeio-gopher ) diff --git a/doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/fr/index.docbook similarity index 90% rename from doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/fr/index.docbook index 6fddeaa..59165ea 100644 --- a/doc-translations/fr_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/fr/index.docbook @@ -35,8 +35,4 @@ >signet directement vers un élément précis sans parcourir le système de menus. Les menus Gopher ne sont pas standardisés, de la même façon que chaque serveur Gopher est individuellement déterminé. -Source : http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/gl/CMakeLists.txt b/doc/gl/CMakeLists.txt new file mode 100644 index 0000000..c210e3f --- /dev/null +++ b/doc/gl/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG gl DESTINATION tdeio-gopher ) diff --git a/doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/gl/index.docbook similarity index 91% rename from doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/gl/index.docbook index 723360d..ce3acc2 100644 --- a/doc-translations/gl_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/gl/index.docbook @@ -49,8 +49,4 @@ >marcadores directamente a un ítem particular sen ter que procurar polo sistema de menús. Os menús de gopher non están estandarizados, dado que cada servidor gopher está determinado individualmente. -Fonte: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/hu/CMakeLists.txt b/doc/hu/CMakeLists.txt new file mode 100644 index 0000000..9dfb4db --- /dev/null +++ b/doc/hu/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG hu DESTINATION tdeio-gopher ) diff --git a/doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/hu/index.docbook similarity index 91% rename from doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/hu/index.docbook index 196713d..d951cf3 100644 --- a/doc-translations/hu_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/hu/index.docbook @@ -43,8 +43,4 @@ >könyvjelzők létrehozását, lehetővé téve, hogy egy adott menüelemet közvetlenül, a teljes menürendszeren való végiglépkedés nélkül lehessen elérni. A Gopher-menük nincsenek szabványosítva, ezért sokféle változatban előfordulhatnak. -Forrás: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt new file mode 100644 index 0000000..131e902 --- /dev/null +++ b/doc/it/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG it DESTINATION tdeio-gopher ) diff --git a/doc-translations/it_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/it/index.docbook similarity index 91% rename from doc-translations/it_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/it/index.docbook index 5efb5c4..6f6d3a6 100644 --- a/doc-translations/it_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/it/index.docbook @@ -47,8 +47,4 @@ >segnalibro ad una voce particolare direttamente senza fare ricerche sul sistema di menu. I menu di Gopher non seguono alcuno standard, fintanto che ciascun server Gopher è determinato individualmente. -Fonte: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/nl/CMakeLists.txt b/doc/nl/CMakeLists.txt new file mode 100644 index 0000000..79536e6 --- /dev/null +++ b/doc/nl/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG nl DESTINATION tdeio-gopher ) diff --git a/doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/nl/index.docbook similarity index 90% rename from doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/nl/index.docbook index f874d9e..dac8c2d 100644 --- a/doc-translations/nl_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/nl/index.docbook @@ -35,8 +35,4 @@ >bladwijzer bij een bepaald menu terecht kunnen komen zonder te hoeven zoeken. Gopher-menu's zijn niet gestandariseerd en worden door iedere Gopher-server individueel bepaald. -Bron: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/pl/CMakeLists.txt b/doc/pl/CMakeLists.txt new file mode 100644 index 0000000..8383110 --- /dev/null +++ b/doc/pl/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG pl DESTINATION tdeio-gopher ) diff --git a/doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/pl/index.docbook similarity index 92% rename from doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/pl/index.docbook index 5fac8c6..d48f590 100644 --- a/doc-translations/pl_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/pl/index.docbook @@ -63,8 +63,4 @@ >ulubionych pozycji bez ponownego przeszukiwania całej struktury menu. Struktura menu serwerów Gophera nie jest określona żadnym standardem i z reguły na każdym serwerze Gopher jest zupełnie inna. -Źródło: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt new file mode 100644 index 0000000..fa081d0 --- /dev/null +++ b/doc/pt/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG pt DESTINATION tdeio-gopher ) diff --git a/doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/pt/index.docbook similarity index 90% rename from doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/pt/index.docbook index cb8f23a..946e4a5 100644 --- a/doc-translations/pt_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/pt/index.docbook @@ -49,8 +49,4 @@ >favorito directamente para um item em particular sem terem de pesquisar no sistema de menus. Os menus do Gopher não são normalizados, partindo do princípio que cada servidor de Gopher é determinado individualmente. -Referência: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/pt_BR/CMakeLists.txt b/doc/pt_BR/CMakeLists.txt new file mode 100644 index 0000000..157edd6 --- /dev/null +++ b/doc/pt_BR/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG pt_BR DESTINATION tdeio-gopher ) diff --git a/doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/pt_BR/index.docbook similarity index 90% rename from doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/pt_BR/index.docbook index 3d3242f..f003c17 100644 --- a/doc-translations/pt_BR_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/pt_BR/index.docbook @@ -49,8 +49,4 @@ >favorito diretamente para um item particular, sem buscar no sistema de menus. Estes menus não são padronizados, bem como cada servidor Gopher é individualmente determinado. -Fonte: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/ro/CMakeLists.txt b/doc/ro/CMakeLists.txt new file mode 100644 index 0000000..ece5d82 --- /dev/null +++ b/doc/ro/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG ro DESTINATION tdeio-gopher ) diff --git a/doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/ro/index.docbook similarity index 89% rename from doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/ro/index.docbook index 57e4522..9b69b89 100644 --- a/doc-translations/ro_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/ro/index.docbook @@ -35,8 +35,4 @@ >semnul de carte către un item particular fără căutare în sistemul de meniuri. Meniurile Gopher nu sînt standardizate, astfel încît fiecare server are nota lui particulară. -Sursă: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/ru/CMakeLists.txt b/doc/ru/CMakeLists.txt new file mode 100644 index 0000000..b422eab --- /dev/null +++ b/doc/ru/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG ru DESTINATION tdeio-gopher ) diff --git a/doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/ru/index.docbook similarity index 92% rename from doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/ru/index.docbook index 526e8a7..d665552 100644 --- a/doc-translations/ru_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/ru/index.docbook @@ -43,8 +43,4 @@ Gopher позволяет создавать закладки на нужные элементы, так что можно перейти к ним напрямую, не проходя снова через все меню. Меню Gopher не стандартизованы и определяются каждым сервером самостоятельно. -Источник: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm. diff --git a/doc/sr/CMakeLists.txt b/doc/sr/CMakeLists.txt new file mode 100644 index 0000000..1e95433 --- /dev/null +++ b/doc/sr/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG sr DESTINATION tdeio-gopher ) diff --git a/doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/sr/index.docbook similarity index 92% rename from doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/sr/index.docbook index 395ea67..11df8f4 100644 --- a/doc-translations/sr_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/sr/index.docbook @@ -45,8 +45,4 @@ Гофер дозвољава кориснику да сними локацију ставке у „обележивач“, који се касније може испратити непосредно до одређене ставке, без потребе за поновном претрагом кроз систем менија. Гофер менији нису стандардизовани, с обзиром на то да је сваки гофер сервер индивидуалног склопа. -Извор: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/sr@Latn/CMakeLists.txt b/doc/sr@Latn/CMakeLists.txt new file mode 100644 index 0000000..2df17b1 --- /dev/null +++ b/doc/sr@Latn/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG sr@Latn DESTINATION tdeio-gopher ) diff --git a/doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/sr@Latn/index.docbook similarity index 90% rename from doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/sr@Latn/index.docbook index e7c1701..86ec48d 100644 --- a/doc-translations/sr@latin_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/sr@Latn/index.docbook @@ -45,8 +45,4 @@ Gopher dozvoljava korisniku da snimi lokaciju stavke u „obeleživač“, koji se kasnije može ispratiti neposredno do određene stavke, bez potrebe za ponovnom pretragom kroz sistem menija. Gopher meniji nisu standardizovani, s obzirom na to da je svaki gopher server individualnog sklopa. -Izvor: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt new file mode 100644 index 0000000..c8ec49d --- /dev/null +++ b/doc/sv/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG sv DESTINATION tdeio-gopher ) diff --git a/doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/sv/index.docbook similarity index 90% rename from doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/sv/index.docbook index 2f75739..d25bde5 100644 --- a/doc-translations/sv_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/sv/index.docbook @@ -49,8 +49,4 @@ >bokmärke till ett särskilt objekt utan att leta i menysystemet. Gopher-menyer är inte standardiserade, på grund av att varje Gopher-server ställs in individuellt. -Källa: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/doc/uk/CMakeLists.txt b/doc/uk/CMakeLists.txt new file mode 100644 index 0000000..73d753a --- /dev/null +++ b/doc/uk/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG uk DESTINATION tdeio-gopher ) diff --git a/doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher/index.docbook b/doc/uk/index.docbook similarity index 93% rename from doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher/index.docbook rename to doc/uk/index.docbook index ca5fe32..d2beed1 100644 --- a/doc-translations/uk_tdeioslave/gopher/tdeioslave/gopher/index.docbook +++ b/doc/uk/index.docbook @@ -49,8 +49,4 @@ >закладки окремого елемента без пошуків у системі меню. Меню Gopher не стандартизовано, оскільки кожен сервер Gopher визначає їх у індивідуальному порядку. -Джерело: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm diff --git a/Messages.sh b/po/Messages.sh similarity index 100% rename from Messages.sh rename to po/Messages.sh diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 65045d6..bc8369e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,28 +1,26 @@ - - - -#set(tdeio_man_PART_SRCS tdeio_gopher.cpp) - -#kde4_add_plugin(tdeio_gopher ${tdeio_man_PART_SRCS}) - - -#find_package(Msgfmt REQUIRED) -#find_package(Gettext REQUIRED) -#add_subdirectory( po ) -#add_subdirectory( doc-translations ) +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR} - ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${TDE_INCLUDE_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/src + ${CMAKE_SOURCE_DIR}/src ) link_directories( ${TQT_LIBRARY_DIRS} ) -#####add_subdirectory(doc) ##### other data ################################ @@ -33,8 +31,12 @@ install( FILES gopher.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) set( target tdeio_gopher ) +set( ${target}_SRCS + tdeio_gopher.cpp +) + tde_add_kpart( ${target} AUTOMOC - SOURCES tdeio_gopher.cpp + SOURCES ${${target}_SRCS} LINK tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} )