summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdetoys
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-16 08:50:40 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-16 08:50:40 -0500
commit1d05dfa51ea2699e67b7b7b48339cc0baf4e249d (patch)
tree86ba1ea4a3b68f7118ad45291c21648ebf5c3766 /ubuntu/maverick/tdetoys
parent2246bcd2933678a54e2290f2ce3b492e16d6cb9a (diff)
downloadtde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.tar.gz
tde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.zip
Rename all references to kde/HTML to tde/HTML in the Debian and Ubuntu packaging files
Diffstat (limited to 'ubuntu/maverick/tdetoys')
-rw-r--r--ubuntu/maverick/tdetoys/debian/amor-trinity.install8
-rw-r--r--ubuntu/maverick/tdetoys/debian/cdbs/debian-qt-kde.mk10
-rw-r--r--ubuntu/maverick/tdetoys/debian/cdbs/kde.mk2
-rw-r--r--ubuntu/maverick/tdetoys/debian/control4
-rw-r--r--ubuntu/maverick/tdetoys/debian/control.in4
-rw-r--r--ubuntu/maverick/tdetoys/debian/kmoon-trinity.install8
-rw-r--r--ubuntu/maverick/tdetoys/debian/kodo-trinity.install8
-rw-r--r--ubuntu/maverick/tdetoys/debian/kteatime-trinity.install8
-rw-r--r--ubuntu/maverick/tdetoys/debian/kweather-trinity.install6
-rw-r--r--ubuntu/maverick/tdetoys/debian/kworldclock-trinity.install8
-rw-r--r--ubuntu/maverick/tdetoys/debian/man/amor-trinity.12
-rw-r--r--ubuntu/maverick/tdetoys/debian/man/kodo-trinity.12
-rw-r--r--ubuntu/maverick/tdetoys/debian/man/kteatime-trinity.12
-rw-r--r--ubuntu/maverick/tdetoys/debian/man/kweatherreport-trinity.12
-rw-r--r--ubuntu/maverick/tdetoys/debian/man/kweatherservice-trinity.12
-rw-r--r--ubuntu/maverick/tdetoys/debian/man/kworldclock-trinity.12
-rw-r--r--ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.amor4
-rw-r--r--ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kmoon4
-rw-r--r--ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kodo4
-rw-r--r--ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kteatime4
-rw-r--r--ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kweather4
-rw-r--r--ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kworldclock4
22 files changed, 51 insertions, 51 deletions
diff --git a/ubuntu/maverick/tdetoys/debian/amor-trinity.install b/ubuntu/maverick/tdetoys/debian/amor-trinity.install
index 56a51c1b0..861ad858c 100644
--- a/ubuntu/maverick/tdetoys/debian/amor-trinity.install
+++ b/ubuntu/maverick/tdetoys/debian/amor-trinity.install
@@ -2,10 +2,10 @@ debian/tmp/opt/trinity/bin/amor
debian/tmp/opt/trinity/include/tde/AmorIface.h
debian/tmp/opt/trinity/share/apps/amor
debian/tmp/opt/trinity/share/applications/kde/amor.desktop
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/amor/*.bz2
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/amor/*.docbook
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/amor/*.png
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/amor/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/amor/*.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/amor/*.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/amor/*.png
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/amor/common
debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/amor.png
debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/amor.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/amor.png
diff --git a/ubuntu/maverick/tdetoys/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/tdetoys/debian/cdbs/debian-qt-kde.mk
index cae625265..d135c4257 100644
--- a/ubuntu/maverick/tdetoys/debian/cdbs/debian-qt-kde.mk
+++ b/ubuntu/maverick/tdetoys/debian/cdbs/debian-qt-kde.mk
@@ -84,15 +84,15 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
- for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en; find . -name index.docbook`; do \
+ for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
- mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \
- cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \
- /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en/$$pkg/index.docbook; \
+ mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
+ cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
+ /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
- rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \
+ rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
diff --git a/ubuntu/maverick/tdetoys/debian/cdbs/kde.mk b/ubuntu/maverick/tdetoys/debian/cdbs/kde.mk
index 7842ef980..765560c89 100644
--- a/ubuntu/maverick/tdetoys/debian/cdbs/kde.mk
+++ b/ubuntu/maverick/tdetoys/debian/cdbs/kde.mk
@@ -39,7 +39,7 @@ include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
-export kde_htmldir = \$${datadir}/doc/kde/HTML
+export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
diff --git a/ubuntu/maverick/tdetoys/debian/control b/ubuntu/maverick/tdetoys/debian/control
index 7388f1dbd..59533cbfb 100644
--- a/ubuntu/maverick/tdetoys/debian/control
+++ b/ubuntu/maverick/tdetoys/debian/control
@@ -36,8 +36,8 @@ Description: Trinity toys documentation in HTML format
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
- /opt/trinity/share/doc/kde/HTML/<language>/<app>/, for instance
- /opt/trinity/share/doc/kde/HTML/en/amor/. Documentation is provided for most
+ /opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
+ /opt/trinity/share/doc/tde/HTML/en/amor/. Documentation is provided for most
KDE toys packages.
.
This package is part of Trinity, and a component of the KDE toys module.
diff --git a/ubuntu/maverick/tdetoys/debian/control.in b/ubuntu/maverick/tdetoys/debian/control.in
index df8f74d5d..3825622d3 100644
--- a/ubuntu/maverick/tdetoys/debian/control.in
+++ b/ubuntu/maverick/tdetoys/debian/control.in
@@ -33,8 +33,8 @@ Description: KDE toys documentation in HTML format
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
- /opt/trinity/share/doc/kde/HTML/<language>/<app>/, for instance
- /opt/trinity/share/doc/kde/HTML/en/amor/. Documentation is provided for most
+ /opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
+ /opt/trinity/share/doc/tde/HTML/en/amor/. Documentation is provided for most
KDE toys packages.
.
This package is part of KDE, and a component of the KDE toys module.
diff --git a/ubuntu/maverick/tdetoys/debian/kmoon-trinity.install b/ubuntu/maverick/tdetoys/debian/kmoon-trinity.install
index 0fa153323..d8af4fa2f 100644
--- a/ubuntu/maverick/tdetoys/debian/kmoon-trinity.install
+++ b/ubuntu/maverick/tdetoys/debian/kmoon-trinity.install
@@ -2,10 +2,10 @@ debian/tmp/opt/trinity/lib/trinity/kmoon_panelapplet.la
debian/tmp/opt/trinity/lib/trinity/kmoon_panelapplet.so
debian/tmp/opt/trinity/share/apps/kicker/applets/kmoonapplet.desktop
debian/tmp/opt/trinity/share/apps/kmoon
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kmoon/*.bz2
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kmoon/*.docbook
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kmoon/carlosmail
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kmoon/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kmoon/*.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kmoon/*.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kmoon/carlosmail
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kmoon/common
debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kmoon.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kmoon.png
debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kmoon.png
diff --git a/ubuntu/maverick/tdetoys/debian/kodo-trinity.install b/ubuntu/maverick/tdetoys/debian/kodo-trinity.install
index b839e41a4..e3563ae4c 100644
--- a/ubuntu/maverick/tdetoys/debian/kodo-trinity.install
+++ b/ubuntu/maverick/tdetoys/debian/kodo-trinity.install
@@ -1,10 +1,10 @@
debian/tmp/opt/trinity/bin/kodo
debian/tmp/opt/trinity/share/applications/kde/kodo.desktop
debian/tmp/opt/trinity/share/apps/kodo/numbers.png
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kodo/*.bz2
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kodo/*.docbook
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kodo/*.png
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kodo/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kodo/*.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kodo/*.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kodo/*.png
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kodo/common
debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kodo.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kodo.png
debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kodo.png
diff --git a/ubuntu/maverick/tdetoys/debian/kteatime-trinity.install b/ubuntu/maverick/tdetoys/debian/kteatime-trinity.install
index c8c574b0b..dcf1742c4 100644
--- a/ubuntu/maverick/tdetoys/debian/kteatime-trinity.install
+++ b/ubuntu/maverick/tdetoys/debian/kteatime-trinity.install
@@ -1,10 +1,10 @@
debian/tmp/opt/trinity/bin/kteatime
debian/tmp/opt/trinity/share/applications/kde/kteatime.desktop
debian/tmp/opt/trinity/share/apps/kteatime
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kteatime/*.bz2
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kteatime/*.docbook
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kteatime/*.png
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kteatime/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kteatime/*.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kteatime/*.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kteatime/*.png
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kteatime/common
debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kteatime.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kteatime.png
debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kteatime.png
diff --git a/ubuntu/maverick/tdetoys/debian/kweather-trinity.install b/ubuntu/maverick/tdetoys/debian/kweather-trinity.install
index ef03fcd89..a74d2c148 100644
--- a/ubuntu/maverick/tdetoys/debian/kweather-trinity.install
+++ b/ubuntu/maverick/tdetoys/debian/kweather-trinity.install
@@ -14,9 +14,9 @@ debian/tmp/opt/trinity/share/apps/kicker/applets/kweather.desktop
debian/tmp/opt/trinity/share/apps/kweather
debian/tmp/opt/trinity/share/apps/kweatherservice/stations.dat
debian/tmp/opt/trinity/share/apps/kweatherservice/weather_stations.desktop
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kweather/*.bz2
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kweather/*.docbook
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kweather/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kweather/*.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kweather/*.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kweather/common
debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kweather.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kweather.png
debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kweather.png
diff --git a/ubuntu/maverick/tdetoys/debian/kworldclock-trinity.install b/ubuntu/maverick/tdetoys/debian/kworldclock-trinity.install
index 160b8b1dd..ba9a38321 100644
--- a/ubuntu/maverick/tdetoys/debian/kworldclock-trinity.install
+++ b/ubuntu/maverick/tdetoys/debian/kworldclock-trinity.install
@@ -5,10 +5,10 @@ debian/tmp/opt/trinity/share/applications/kde/kworldclock.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/programs/kdeworld.desktop
debian/tmp/opt/trinity/share/apps/kicker/applets/kwwapplet.desktop
debian/tmp/opt/trinity/share/apps/kworldclock
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kworldclock/*.bz2
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kworldclock/*.docbook
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kworldclock/*.png
-debian/tmp/opt/trinity/share/doc/kde/HTML/en/kworldclock/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kworldclock/*.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kworldclock/*.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kworldclock/*.png
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kworldclock/common
debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kworldclock.png
debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/kworldclock.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kworldclock.png
diff --git a/ubuntu/maverick/tdetoys/debian/man/amor-trinity.1 b/ubuntu/maverick/tdetoys/debian/man/amor-trinity.1
index 9fec8d958..66dc790e4 100644
--- a/ubuntu/maverick/tdetoys/debian/man/amor-trinity.1
+++ b/ubuntu/maverick/tdetoys/debian/man/amor-trinity.1
@@ -41,7 +41,7 @@ from the command-line.
.PP
If the KDE Help Centre is not installed then you can install the package
\fItdetoys-doc-html\fP and read this documentation in HTML format from
-\fI/opt/trinity/share/doc/kde/HTML/en/amor/\fP.
+\fI/opt/trinity/share/doc/tde/HTML/en/amor/\fP.
.SH AUTHOR
AMOR was written by Martin R. Jones <mjones@kde.org> and
Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>.
diff --git a/ubuntu/maverick/tdetoys/debian/man/kodo-trinity.1 b/ubuntu/maverick/tdetoys/debian/man/kodo-trinity.1
index 9efd2f8f8..eba9c14e2 100644
--- a/ubuntu/maverick/tdetoys/debian/man/kodo-trinity.1
+++ b/ubuntu/maverick/tdetoys/debian/man/kodo-trinity.1
@@ -39,7 +39,7 @@ from the command-line.
.PP
If the KDE Help Centre is not installed then you can install the package
\fItdetoys-doc-html\fP and read this documentation in HTML format from
-\fI/opt/trinity/share/doc/kde/HTML/en/kodo/\fP.
+\fI/opt/trinity/share/doc/tde/HTML/en/kodo/\fP.
.SH AUTHOR
KOdometer was written by Armen Nakashian <armen@tourismo.com> and
Mark H. Granoff/mhg <granoff@keptin.lkg.dec.com>.
diff --git a/ubuntu/maverick/tdetoys/debian/man/kteatime-trinity.1 b/ubuntu/maverick/tdetoys/debian/man/kteatime-trinity.1
index a9f4478eb..5b6e37965 100644
--- a/ubuntu/maverick/tdetoys/debian/man/kteatime-trinity.1
+++ b/ubuntu/maverick/tdetoys/debian/man/kteatime-trinity.1
@@ -40,7 +40,7 @@ from the command-line.
.PP
If the KDE Help Centre is not installed then you can install the package
\fItdetoys-doc-html\fP and read this documentation in HTML format from
-\fI/opt/trinity/share/doc/kde/HTML/en/kteatime/\fP.
+\fI/opt/trinity/share/doc/tde/HTML/en/kteatime/\fP.
.SH AUTHOR
KTeaTime was written by Matthias Hoelzer-Kluepfel <hoelzer@kde.org> and
Martin Willers <willers@xm-arts.de>.
diff --git a/ubuntu/maverick/tdetoys/debian/man/kweatherreport-trinity.1 b/ubuntu/maverick/tdetoys/debian/man/kweatherreport-trinity.1
index d2add1667..e607a59c0 100644
--- a/ubuntu/maverick/tdetoys/debian/man/kweatherreport-trinity.1
+++ b/ubuntu/maverick/tdetoys/debian/man/kweatherreport-trinity.1
@@ -47,7 +47,7 @@ from the command-line.
.PP
If the KDE Help Centre is not installed then you can install the package
\fItdetoys-doc-html\fP and read this documentation in HTML format from
-\fI/opt/trinity/share/doc/kde/HTML/en/kweather/\fP.
+\fI/opt/trinity/share/doc/tde/HTML/en/kweather/\fP.
.SH AUTHOR
KWeather was written by Ian Reinhart Geiser <geiseri@kde.org>,
Nadeem Hasan <nhasan@kde.org> and Tobias Koenig <tokoe@kde.org>.
diff --git a/ubuntu/maverick/tdetoys/debian/man/kweatherservice-trinity.1 b/ubuntu/maverick/tdetoys/debian/man/kweatherservice-trinity.1
index 39fd549b9..59c3ef33a 100644
--- a/ubuntu/maverick/tdetoys/debian/man/kweatherservice-trinity.1
+++ b/ubuntu/maverick/tdetoys/debian/man/kweatherservice-trinity.1
@@ -44,7 +44,7 @@ from the command-line.
.PP
If the KDE Help Centre is not installed then you can install the package
\fItdetoys-doc-html\fP and read this documentation in HTML format from
-\fI/opt/trinity/share/doc/kde/HTML/en/kweather/\fP.
+\fI/opt/trinity/share/doc/tde/HTML/en/kweather/\fP.
.SH AUTHOR
KWeather was written by Ian Reinhart Geiser <geiseri@kde.org>,
Nadeem Hasan <nhasan@kde.org> and Tobias Koenig <tokoe@kde.org>.
diff --git a/ubuntu/maverick/tdetoys/debian/man/kworldclock-trinity.1 b/ubuntu/maverick/tdetoys/debian/man/kworldclock-trinity.1
index f383c5b86..4cea81146 100644
--- a/ubuntu/maverick/tdetoys/debian/man/kworldclock-trinity.1
+++ b/ubuntu/maverick/tdetoys/debian/man/kworldclock-trinity.1
@@ -61,7 +61,7 @@ from the command-line.
.PP
If the KDE Help Centre is not installed then you can install the package
\fItdetoys-doc-html\fP and read this documentation in HTML format from
-\fI/opt/trinity/share/doc/kde/HTML/en/kworldclock/\fP.
+\fI/opt/trinity/share/doc/tde/HTML/en/kworldclock/\fP.
.SH AUTHOR
KWorldClock was written by Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
and others.
diff --git a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.amor b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.amor
index f8f0260a3..b6bdc1069 100644
--- a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.amor
+++ b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.amor
@@ -5,6 +5,6 @@ Abstract: AMOR is a small animation which sits on top of your active window.
Section: Games/Toys
Format: HTML
-Index: /opt/trinity/share/doc/kde/HTML/en/amor/index.html
-Files: /opt/trinity/share/doc/kde/HTML/en/amor/*.html
+Index: /opt/trinity/share/doc/tde/HTML/en/amor/index.html
+Files: /opt/trinity/share/doc/tde/HTML/en/amor/*.html
diff --git a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kmoon b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kmoon
index 8dd4b68cd..0ed6e279f 100644
--- a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kmoon
+++ b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kmoon
@@ -5,6 +5,6 @@ Abstract: KMoon is an applet that shows the current phase of the moon.
Section: Games/Toys
Format: HTML
-Index: /opt/trinity/share/doc/kde/HTML/en/kmoon/index.html
-Files: /opt/trinity/share/doc/kde/HTML/en/kmoon/*.html
+Index: /opt/trinity/share/doc/tde/HTML/en/kmoon/index.html
+Files: /opt/trinity/share/doc/tde/HTML/en/kmoon/*.html
diff --git a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kodo b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kodo
index 6fcc75e2b..9393d7ba4 100644
--- a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kodo
+++ b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kodo
@@ -5,6 +5,6 @@ Abstract: KOdometer is a little gadget to measure your desktop mileage.
Section: Games/Toys
Format: HTML
-Index: /opt/trinity/share/doc/kde/HTML/en/kodo/index.html
-Files: /opt/trinity/share/doc/kde/HTML/en/kodo/*.html
+Index: /opt/trinity/share/doc/tde/HTML/en/kodo/index.html
+Files: /opt/trinity/share/doc/tde/HTML/en/kodo/*.html
diff --git a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kteatime b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kteatime
index 1425d8d02..0b3e3f7bf 100644
--- a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kteatime
+++ b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kteatime
@@ -5,6 +5,6 @@ Abstract: This Handbook describes KTeaTime, the KDE Tea Cooker.
Section: Games/Toys
Format: HTML
-Index: /opt/trinity/share/doc/kde/HTML/en/kteatime/index.html
-Files: /opt/trinity/share/doc/kde/HTML/en/kteatime/*.html
+Index: /opt/trinity/share/doc/tde/HTML/en/kteatime/index.html
+Files: /opt/trinity/share/doc/tde/HTML/en/kteatime/*.html
diff --git a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kweather b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kweather
index 82a9ab993..110d5f8ac 100644
--- a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kweather
+++ b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kweather
@@ -6,6 +6,6 @@ Abstract: KWeather is an application that can display your area's current
Section: Games/Toys
Format: HTML
-Index: /opt/trinity/share/doc/kde/HTML/en/kweather/index.html
-Files: /opt/trinity/share/doc/kde/HTML/en/kweather/*.html
+Index: /opt/trinity/share/doc/tde/HTML/en/kweather/index.html
+Files: /opt/trinity/share/doc/tde/HTML/en/kweather/*.html
diff --git a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kworldclock b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kworldclock
index a2a57f683..d73c2a411 100644
--- a/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kworldclock
+++ b/ubuntu/maverick/tdetoys/debian/tdetoys-doc-html.doc-base.kworldclock
@@ -7,6 +7,6 @@ Abstract: KWorldClock is an application that shows which parts of the world
Section: Games/Toys
Format: HTML
-Index: /opt/trinity/share/doc/kde/HTML/en/kworldclock/index.html
-Files: /opt/trinity/share/doc/kde/HTML/en/kworldclock/*.html
+Index: /opt/trinity/share/doc/tde/HTML/en/kworldclock/index.html
+Files: /opt/trinity/share/doc/tde/HTML/en/kworldclock/*.html