summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-08-28 15:43:51 +0200
committerSlávek Banko <[email protected]>2022-08-28 16:56:52 +0200
commit2db2a93cb4a938b0019042a2b91fc1910b572097 (patch)
tree715e68b6fc1041efe723a8b09e8be04b3fb0b89c /doc
parent6493cf19d99f6b955982aa0488610feb77a8aad0 (diff)
downloadtdepowersave-2db2a93cb4a938b0019042a2b91fc1910b572097.tar.gz
tdepowersave-2db2a93cb4a938b0019042a2b91fc1910b572097.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96)
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt12
-rw-r--r--doc/cs/CMakeLists.txt12
-rw-r--r--doc/de/CMakeLists.txt12
-rw-r--r--doc/en/CMakeLists.txt12
-rw-r--r--doc/fi/CMakeLists.txt12
-rw-r--r--doc/hu/CMakeLists.txt12
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/nb/CMakeLists.txt12
-rw-r--r--doc/other/doxy/README (renamed from doc/doxy/README)0
-rw-r--r--doc/other/doxy/changelog.dox (renamed from doc/doxy/changelog.dox)0
-rw-r--r--doc/other/doxy/enhance.dox (renamed from doc/doxy/enhance.dox)0
-rw-r--r--doc/other/doxy/fixed_bugs.dox (renamed from doc/doxy/fixed_bugs.dox)0
-rw-r--r--doc/other/doxy/footer.html (renamed from doc/doxy/footer.html)0
-rw-r--r--doc/other/doxy/header.html (renamed from doc/doxy/header.html)0
-rw-r--r--doc/other/doxy/main.dox (renamed from doc/doxy/main.dox)0
-rw-r--r--doc/other/doxy/process.dox (renamed from doc/doxy/process.dox)0
-rw-r--r--doc/other/doxy/styleSheet.css (renamed from doc/doxy/styleSheet.css)0
17 files changed, 0 insertions, 89 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index a8b8de4..0000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (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/cs/CMakeLists.txt b/doc/cs/CMakeLists.txt
deleted file mode 100644
index bf6d4a5..0000000
--- a/doc/cs/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2010-2011 Serghei Amelian
-# serghei (DOT) amelian (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( LANG cs DESTINATION tdepowersave )
diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt
deleted file mode 100644
index b94a5a6..0000000
--- a/doc/de/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2010-2011 Serghei Amelian
-# serghei (DOT) amelian (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( LANG de DESTINATION tdepowersave )
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
deleted file mode 100644
index 03f6d32..0000000
--- a/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2010-2011 Serghei Amelian
-# serghei (DOT) amelian (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( LANG en DESTINATION tdepowersave )
diff --git a/doc/fi/CMakeLists.txt b/doc/fi/CMakeLists.txt
deleted file mode 100644
index d1a05d6..0000000
--- a/doc/fi/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2010-2011 Serghei Amelian
-# serghei (DOT) amelian (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( LANG fi DESTINATION tdepowersave )
diff --git a/doc/hu/CMakeLists.txt b/doc/hu/CMakeLists.txt
deleted file mode 100644
index 0526f81..0000000
--- a/doc/hu/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2010-2011 Serghei Amelian
-# serghei (DOT) amelian (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( LANG hu DESTINATION tdepowersave )
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index 8512250..0000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-INSTALL(
- FILES ${PROJECT_NAME}.1
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)
diff --git a/doc/nb/CMakeLists.txt b/doc/nb/CMakeLists.txt
deleted file mode 100644
index f7235d3..0000000
--- a/doc/nb/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2010-2011 Serghei Amelian
-# serghei (DOT) amelian (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( LANG nb DESTINATION tdepowersave )
diff --git a/doc/doxy/README b/doc/other/doxy/README
index e6cdd2c..e6cdd2c 100644
--- a/doc/doxy/README
+++ b/doc/other/doxy/README
diff --git a/doc/doxy/changelog.dox b/doc/other/doxy/changelog.dox
index 2813a67..2813a67 100644
--- a/doc/doxy/changelog.dox
+++ b/doc/other/doxy/changelog.dox
diff --git a/doc/doxy/enhance.dox b/doc/other/doxy/enhance.dox
index b506354..b506354 100644
--- a/doc/doxy/enhance.dox
+++ b/doc/other/doxy/enhance.dox
diff --git a/doc/doxy/fixed_bugs.dox b/doc/other/doxy/fixed_bugs.dox
index e478b96..e478b96 100644
--- a/doc/doxy/fixed_bugs.dox
+++ b/doc/other/doxy/fixed_bugs.dox
diff --git a/doc/doxy/footer.html b/doc/other/doxy/footer.html
index 96b8825..96b8825 100644
--- a/doc/doxy/footer.html
+++ b/doc/other/doxy/footer.html
diff --git a/doc/doxy/header.html b/doc/other/doxy/header.html
index 58e906f..58e906f 100644
--- a/doc/doxy/header.html
+++ b/doc/other/doxy/header.html
diff --git a/doc/doxy/main.dox b/doc/other/doxy/main.dox
index 727cf2f..727cf2f 100644
--- a/doc/doxy/main.dox
+++ b/doc/other/doxy/main.dox
diff --git a/doc/doxy/process.dox b/doc/other/doxy/process.dox
index 2fe265e..2fe265e 100644
--- a/doc/doxy/process.dox
+++ b/doc/other/doxy/process.dox
diff --git a/doc/doxy/styleSheet.css b/doc/other/doxy/styleSheet.css
index 1d4d631..1d4d631 100644
--- a/doc/doxy/styleSheet.css
+++ b/doc/other/doxy/styleSheet.css