summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt12
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/cs/CMakeLists.txt12
-rw-r--r--doc/cs/Makefile.am2
-rw-r--r--doc/de/CMakeLists.txt12
-rw-r--r--doc/de/Makefile.am2
-rw-r--r--doc/en/CMakeLists.txt12
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/fi/CMakeLists.txt12
-rw-r--r--doc/fi/Makefile.am2
-rw-r--r--doc/hu/CMakeLists.txt12
-rw-r--r--doc/hu/Makefile.am2
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/nb/CMakeLists.txt12
-rw-r--r--doc/nb/Makefile.am2
-rw-r--r--doc/online/Makefile8
-rwxr-xr-xdoc/online/replace2
-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
26 files changed, 0 insertions, 117 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/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 40baf08..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-# the SUBDIRS is filled automatically by am_edit. If files are
-# in this directory they are installed into the english dir
-
-KDE_LANG = en
-KDE_DOCS = AUTO
-SUBDIRS = $(AUTODIRS)
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/cs/Makefile.am b/doc/cs/Makefile.am
deleted file mode 100644
index d84e212..0000000
--- a/doc/cs/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdepowersave
-KDE_LANG = cs
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/de/Makefile.am b/doc/de/Makefile.am
deleted file mode 100644
index df4330f..0000000
--- a/doc/de/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdepowersave
-KDE_LANG = de
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/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index 3a62a55..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdepowersave
-KDE_LANG = en
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/fi/Makefile.am b/doc/fi/Makefile.am
deleted file mode 100644
index ae1fef4..0000000
--- a/doc/fi/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdepowersave
-KDE_LANG = fi
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/hu/Makefile.am b/doc/hu/Makefile.am
deleted file mode 100644
index 1868e28..0000000
--- a/doc/hu/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdepowersave
-KDE_LANG = hu
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/nb/Makefile.am b/doc/nb/Makefile.am
deleted file mode 100644
index a5b5f87..0000000
--- a/doc/nb/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdepowersave
-KDE_LANG = nb
diff --git a/doc/online/Makefile b/doc/online/Makefile
deleted file mode 100644
index e51b7a2..0000000
--- a/doc/online/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all:
- meinproc --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/tde-web.xsl ../en/index.docbook
- ./replace
- rm *.bak
- cp ../en/*.png .
-
-clean:
- rm *.png *.html
diff --git a/doc/online/replace b/doc/online/replace
deleted file mode 100755
index 9b99c81..0000000
--- a/doc/online/replace
+++ /dev/null
@@ -1,2 +0,0 @@
-von='..\/common\/kde_logo.png' nach='kde_logo.png'; filetype='*.html'; OLDIFS=$IFS; IFS='
-' ; files=`find . -name "$filetype"`; for f in $files;do cp $f $f.bak; g="$f.mettytmp"; echo "Searching in $f ..."; cat "$f" | sed "s/$von/$nach/" > "$g" && mv "$g" "$f"; rm -f *.mettytmp; done; IFS=$OLDIFS;
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