Git commit f5e6a89978ce79ee6a5a3aa6806ca7f31a0be8fd by Pino Toscano. Committed on 08/02/2015 at 16:44. Pushed by pino into branch 'master'.
doc: move index.docbook together with en screenshots M +2 -2 doc/CMakeLists.txt A +24 -0 doc/en/CMakeLists.txt R +0 -0 doc/en/index.docbook [from: doc/index.docbook - 100% similarity] http://commits.kde.org/kwave/f5e6a89978ce79ee6a5a3aa6806ca7f31a0be8fd diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0d8eb90..0c8fd04 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -361,9 +361,9 @@ SET_DIRECTORY_PROPERTIES(PROPERTIES # ) ############################################################################# -### generate the handbook, KDE environment ### +### handle the various languages ### -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kwave) +add_subdirectory(en) ############################################################################# ############################################################################# diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..6b6316a --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,24 @@ +############################################################################# +## Kwave - doc/en/CMakeLists.txt +## ------------------- +## begin : Sat May 12 2007 +## copyright : (C) 2007 by Thomas Eschenbacher +## email : Thomas.Eschenbacher at gmx.de +############################################################################# +# +############################################################################# +## # +## This program is free software; you can redistribute it and/or modify # +## it under the terms of the GNU General Public License as published by # +## the Free Software Foundation; either version 2 of the License, or # +## (at your option) any later version. # +## # +############################################################################# + +############################################################################# +### generate the handbook, KDE environment ### + +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kwave) + +############################################################################# +############################################################################# diff --git a/doc/index.docbook b/doc/en/index.docbook similarity index 100% rename from doc/index.docbook rename to doc/en/index.docbook
