diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-16 08:50:40 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-12 08:59:56 +0200 |
commit | b9ef206d9569f815e58c9c1736f3b423db45f1a2 (patch) | |
tree | 2974a4adbdfb2fc3b629a1d9a749d05e177ec6e6 /ubuntu/maverick/kdeedu | |
parent | 4baec23ccd1aa75c3b7b06a9ae2ee2919eb2aea4 (diff) | |
download | tde-packaging-b9ef206d9569f815e58c9c1736f3b423db45f1a2.tar.gz tde-packaging-b9ef206d9569f815e58c9c1736f3b423db45f1a2.zip |
Rename all references to kde/HTML to tde/HTML in the Debian and Ubuntu packaging files
(cherry picked from commit 1d05dfa51ea2699e67b7b7b48339cc0baf4e249d)
Diffstat (limited to 'ubuntu/maverick/kdeedu')
75 files changed, 154 insertions, 154 deletions
diff --git a/ubuntu/maverick/kdeedu/debian/blinken-trinity.install b/ubuntu/maverick/kdeedu/debian/blinken-trinity.install index fae559882..b0a94f4f2 100644 --- a/ubuntu/maverick/kdeedu/debian/blinken-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/blinken-trinity.install @@ -3,7 +3,7 @@ opt/trinity/bin/blinken /opt/trinity/share/apps/blinken/images /opt/trinity/share/apps/blinken/sounds /opt/trinity/share/config.kcfg/blinken.kcfg -/opt/trinity/share/doc/kde/HTML/en/blinken +/opt/trinity/share/doc/tde/HTML/en/blinken /opt/trinity/share/icons/hicolor/16x16/apps/blinken.png /opt/trinity/share/icons/hicolor/22x22/apps/blinken.png /opt/trinity/share/icons/hicolor/32x32/apps/blinken.png diff --git a/ubuntu/maverick/kdeedu/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/kdeedu/debian/cdbs/debian-qt-kde.mk index cae625265..d135c4257 100644 --- a/ubuntu/maverick/kdeedu/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/kdeedu/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/kdeedu/debian/cdbs/kde.mk b/ubuntu/maverick/kdeedu/debian/cdbs/kde.mk index 5b6508f8c..918490180 100644 --- a/ubuntu/maverick/kdeedu/debian/cdbs/kde.mk +++ b/ubuntu/maverick/kdeedu/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/kdeedu/debian/changelog b/ubuntu/maverick/kdeedu/debian/changelog index c2bf5435e..a06503645 100644 --- a/ubuntu/maverick/kdeedu/debian/changelog +++ b/ubuntu/maverick/kdeedu/debian/changelog @@ -569,7 +569,7 @@ kdeedu (4:3.3.2-1) unstable; urgency=low kdeedu (4:3.4.0-0ubuntu1) hoary; urgency=low - * Add directory /opt/trinity/share/doc/kde/HTML/en/flashkard to kdeedu-doc-html + * Add directory /opt/trinity/share/doc/tde/HTML/en/flashkard to kdeedu-doc-html to prevent .dhelp problem. -- Jonathan Riddell <jr@jriddell.org> Wed, 16 Mar 2005 18:35:25 +0000 diff --git a/ubuntu/maverick/kdeedu/debian/control b/ubuntu/maverick/kdeedu/debian/control index 00af15502..b4397af7e 100644 --- a/ubuntu/maverick/kdeedu/debian/control +++ b/ubuntu/maverick/kdeedu/debian/control @@ -62,8 +62,8 @@ Description: Trinity edutainment documentation in HTML format to 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/kalzium/. Documentation is provided for + /opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance + /opt/trinity/share/doc/tde/HTML/en/kalzium/. Documentation is provided for most KDE educational packages. . This package is part of Trinity, as a component of the KDE education module. diff --git a/ubuntu/maverick/kdeedu/debian/control.in b/ubuntu/maverick/kdeedu/debian/control.in index 00ddf325b..bc6b056b7 100644 --- a/ubuntu/maverick/kdeedu/debian/control.in +++ b/ubuntu/maverick/kdeedu/debian/control.in @@ -54,8 +54,8 @@ Description: KDE edutainment documentation in HTML format to 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/kalzium/. Documentation is provided for + /opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance + /opt/trinity/share/doc/tde/HTML/en/kalzium/. Documentation is provided for most KDE educational packages. . This package is part of KDE, as a component of the KDE education module. diff --git a/ubuntu/maverick/kdeedu/debian/kalzium-trinity.install b/ubuntu/maverick/kdeedu/debian/kalzium-trinity.install index fd15464a3..9b9bca470 100644 --- a/ubuntu/maverick/kdeedu/debian/kalzium-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kalzium-trinity.install @@ -1,10 +1,10 @@ opt/trinity/bin/kalzium /opt/trinity/share/applications/kde/kalzium.desktop /opt/trinity/share/config.kcfg/kalzium.kcfg -/opt/trinity/share/doc/kde/HTML/en/kalzium/common -/opt/trinity/share/doc/kde/HTML/en/kalzium/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kalzium/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kalzium/*.png +/opt/trinity/share/doc/tde/HTML/en/kalzium/common +/opt/trinity/share/doc/tde/HTML/en/kalzium/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kalzium/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kalzium/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kalzium.png /opt/trinity/share/icons/hicolor/22x22/apps/kalzium.png /opt/trinity/share/icons/hicolor/32x32/apps/kalzium.png diff --git a/ubuntu/maverick/kdeedu/debian/kanagram-trinity.install b/ubuntu/maverick/kdeedu/debian/kanagram-trinity.install index c530f90f3..4793db665 100644 --- a/ubuntu/maverick/kdeedu/debian/kanagram-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kanagram-trinity.install @@ -2,11 +2,11 @@ opt/trinity/bin/kanagram /opt/trinity/share/applications/kde/kanagram.desktop /opt/trinity/share/apps/kanagram /opt/trinity/share/config.kcfg/kanagram.kcfg -/opt/trinity/share/doc/kde/HTML/en/kanagram/common -/opt/trinity/share/doc/kde/HTML/en/kanagram/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kanagram/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kanagram/*.png -/opt/trinity/share/doc/kde/HTML/en/kanagram/*.svgz +/opt/trinity/share/doc/tde/HTML/en/kanagram/common +/opt/trinity/share/doc/tde/HTML/en/kanagram/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kanagram/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kanagram/*.png +/opt/trinity/share/doc/tde/HTML/en/kanagram/*.svgz /opt/trinity/share/icons/hicolor/16x16/apps/kanagram.png /opt/trinity/share/icons/hicolor/22x22/apps/kanagram.png /opt/trinity/share/icons/hicolor/32x32/apps/kanagram.png diff --git a/ubuntu/maverick/kdeedu/debian/kbruch-trinity.install b/ubuntu/maverick/kdeedu/debian/kbruch-trinity.install index 70f5707a9..e32bda253 100644 --- a/ubuntu/maverick/kdeedu/debian/kbruch-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kbruch-trinity.install @@ -2,10 +2,10 @@ opt/trinity/bin/kbruch /opt/trinity/share/apps/kbruch/kbruchui.rc /opt/trinity/share/applications/kde/kbruch.desktop /opt/trinity/share/config.kcfg/kbruch.kcfg -/opt/trinity/share/doc/kde/HTML/en/kbruch/*.bz2 -/opt/trinity/share/doc/kde/HTML/en/kbruch/common -/opt/trinity/share/doc/kde/HTML/en/kbruch/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kbruch/*.png +/opt/trinity/share/doc/tde/HTML/en/kbruch/*.bz2 +/opt/trinity/share/doc/tde/HTML/en/kbruch/common +/opt/trinity/share/doc/tde/HTML/en/kbruch/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kbruch/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kbruch.png /opt/trinity/share/icons/hicolor/22x22/apps/kbruch.png /opt/trinity/share/icons/hicolor/32x32/apps/kbruch.png diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.blinken b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.blinken index 4391fbe96..0981d3897 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.blinken +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.blinken @@ -6,5 +6,5 @@ Abstract: Blinken brings a retro electronic memory game from the 1970's Section: Games/Puzzles Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/blinken/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/blinken/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/blinken/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/blinken/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kalzium b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kalzium index c7a3e23a3..41475e0ee 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kalzium +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kalzium @@ -7,5 +7,5 @@ Abstract: Kalzium is a program which shows you the Periodic System of Section: Apps/Science Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kalzium/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kalzium/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kalzium/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kalzium/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kbruch b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kbruch index 3a2ca7ed2..117156815 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kbruch +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kbruch @@ -7,5 +7,5 @@ Abstract: KBruch is a small program to practice calculating with fractions. Section: Apps/Math Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kbruch/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kbruch/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kbruch/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kbruch/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.keduca b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.keduca index f8ef86fbb..810f29b8c 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.keduca +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.keduca @@ -6,5 +6,5 @@ Abstract: KEduca is flash card application which allows you to make Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/keduca/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/keduca/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/keduca/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/keduca/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kgeography b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kgeography index 5f263705b..0f3d386af 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kgeography +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kgeography @@ -5,5 +5,5 @@ Abstract: KGeography is a geography learning tool for KDE. Section: Apps/Education Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kgeography/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kgeography/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kgeography/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kgeography/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.khangman b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.khangman index f01c66ba2..c6b25da48 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.khangman +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.khangman @@ -5,5 +5,5 @@ Abstract: KHangMan is the classical hangman game for children, adapted for KDE. Section: Games/Puzzles Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/khangman/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/khangman/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/khangman/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/khangman/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kig b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kig index f7f63bac4..e8569fb22 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kig +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kig @@ -5,5 +5,5 @@ Abstract: Kig is a KDE application for Interactive Geometry. Section: Apps/Math Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kig/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kig/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kig/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kig/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kiten b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kiten index 9339500ee..a8b4130a6 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kiten +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kiten @@ -5,5 +5,5 @@ Abstract: Kiten is a Japanese reference/study tool for KDE. Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kiten/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kiten/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kiten/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kiten/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klatin b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klatin index ba3750a70..a5f795b93 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klatin +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klatin @@ -5,5 +5,5 @@ Abstract: KLatin is a KDE application to help revise/teach Latin. Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/klatin/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/klatin/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/klatin/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/klatin/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klettres b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klettres index 504bd1cca..9c3595aad 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klettres +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.klettres @@ -8,5 +8,5 @@ Abstract: KLettres is an application specially designed to help the user Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/klettres/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/klettres/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/klettres/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/klettres/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kmplot b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kmplot index 8e8350ba8..6a2342dab 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kmplot +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kmplot @@ -5,5 +5,5 @@ Abstract: KmPlot is a mathematical function plotter for the KDE Desktop. Section: Apps/Math Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kmplot/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kmplot/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kmplot/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kmplot/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kpercentage b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kpercentage index 1f8972434..2c172778c 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kpercentage +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kpercentage @@ -6,5 +6,5 @@ Abstract: KPercentage is a small math application that will help pupils Section: Apps/Math Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kpercentage/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kpercentage/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kpercentage/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kpercentage/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kstars b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kstars index 2c0544de6..33b5ec707 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kstars +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kstars @@ -8,5 +8,5 @@ Abstract: KStars is a graphical desktop planetarium for KDE. It depicts an Section: Apps/Science Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kstars/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kstars/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kstars/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kstars/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.ktouch b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.ktouch index 9908362ca..a7815e054 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.ktouch +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.ktouch @@ -8,5 +8,5 @@ Abstract: KTouch is a program for learning to touch type. KTouch Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/ktouch/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/ktouch/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/ktouch/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/ktouch/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kturtle b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kturtle index cde120379..3104fe43e 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kturtle +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kturtle @@ -8,5 +8,5 @@ Abstract: KTurtle is an educational programming environment using the Section: Apps/Programming Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kturtle/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kturtle/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kturtle/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kturtle/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kverbos b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kverbos index 49faf645e..6a1dd3d86 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kverbos +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kverbos @@ -6,5 +6,5 @@ Abstract: Kverbos is an application specially designed to study Spanish Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kverbos/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kverbos/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kverbos/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kverbos/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kvoctrain b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kvoctrain index af4dca29e..a789694b6 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kvoctrain +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kvoctrain @@ -6,5 +6,5 @@ Abstract: KVocTrain is a little utility to help you train your vocabulary, Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kvoctrain/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kvoctrain/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kvoctrain/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kvoctrain/*.html diff --git a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kwordquiz b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kwordquiz index 290adbc1f..1635db7e2 100644 --- a/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kwordquiz +++ b/ubuntu/maverick/kdeedu/debian/kdeedu-doc-html.doc-base.kwordquiz @@ -5,5 +5,5 @@ Abstract: KWordQuiz is a flashcard and vocabulary learning program for KDE. Section: Apps/Tools Format: HTML -Index: /opt/trinity/share/doc/kde/HTML/en/kwordquiz/index.html -Files: /opt/trinity/share/doc/kde/HTML/en/kwordquiz/*.html +Index: /opt/trinity/share/doc/tde/HTML/en/kwordquiz/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/kwordquiz/*.html diff --git a/ubuntu/maverick/kdeedu/debian/keduca-trinity.install b/ubuntu/maverick/kdeedu/debian/keduca-trinity.install index 405435bf2..10264f55f 100644 --- a/ubuntu/maverick/kdeedu/debian/keduca-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/keduca-trinity.install @@ -6,10 +6,10 @@ opt/trinity/lib/trinity/libkeducapart.so /opt/trinity/share/applications/kde/keducabuilder.desktop /opt/trinity/share/apps/keduca /opt/trinity/share/config.kcfg/keduca.kcfg -/opt/trinity/share/doc/kde/HTML/en/keduca/common -/opt/trinity/share/doc/kde/HTML/en/keduca/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/keduca/*.docbook -/opt/trinity/share/doc/kde/HTML/en/keduca/*.png +/opt/trinity/share/doc/tde/HTML/en/keduca/common +/opt/trinity/share/doc/tde/HTML/en/keduca/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/keduca/*.docbook +/opt/trinity/share/doc/tde/HTML/en/keduca/*.png /opt/trinity/share/icons/hicolor/16x16/apps/keduca.png /opt/trinity/share/icons/hicolor/22x22/apps/keduca.png /opt/trinity/share/icons/hicolor/32x32/apps/keduca.png diff --git a/ubuntu/maverick/kdeedu/debian/kgeography-trinity.install b/ubuntu/maverick/kdeedu/debian/kgeography-trinity.install index 53130eeec..01bde9d25 100644 --- a/ubuntu/maverick/kdeedu/debian/kgeography-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kgeography-trinity.install @@ -1,7 +1,7 @@ opt/trinity/bin/kgeography /opt/trinity/share/applications/kde/kgeography.desktop /opt/trinity/share/config.kcfg/kgeography.kcfg -/opt/trinity/share/doc/kde/HTML/en/kgeography +/opt/trinity/share/doc/tde/HTML/en/kgeography /opt/trinity/share/icons/crystalsvg/128x128/apps/kgeography.png /opt/trinity/share/icons/crystalsvg/16x16/apps/kgeography.png /opt/trinity/share/icons/crystalsvg/22x22/apps/kgeography.png diff --git a/ubuntu/maverick/kdeedu/debian/khangman-trinity.install b/ubuntu/maverick/kdeedu/debian/khangman-trinity.install index c22f69d14..2047c5ecb 100644 --- a/ubuntu/maverick/kdeedu/debian/khangman-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/khangman-trinity.install @@ -6,10 +6,10 @@ opt/trinity/bin/khangman /opt/trinity/share/apps/khangman/pics /opt/trinity/share/apps/khangman/sounds /opt/trinity/share/config.kcfg/khangman.kcfg -/opt/trinity/share/doc/kde/HTML/en/khangman/common -/opt/trinity/share/doc/kde/HTML/en/khangman/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/khangman/*.docbook -/opt/trinity/share/doc/kde/HTML/en/khangman/*.png +/opt/trinity/share/doc/tde/HTML/en/khangman/common +/opt/trinity/share/doc/tde/HTML/en/khangman/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/khangman/*.docbook +/opt/trinity/share/doc/tde/HTML/en/khangman/*.png /opt/trinity/share/icons/hicolor/16x16/apps/khangman.png /opt/trinity/share/icons/hicolor/22x22/apps/khangman.png /opt/trinity/share/icons/hicolor/32x32/apps/khangman.png diff --git a/ubuntu/maverick/kdeedu/debian/kig-trinity.install b/ubuntu/maverick/kdeedu/debian/kig-trinity.install index a7c1ae6c1..55a817ea8 100644 --- a/ubuntu/maverick/kdeedu/debian/kig-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kig-trinity.install @@ -11,11 +11,11 @@ opt/trinity/lib/trinity/libkigpart.so /opt/trinity/share/applications/kde/kig.desktop /opt/trinity/share/apps/katepart/syntax/python-kig.xml /opt/trinity/share/apps/kig -/opt/trinity/share/doc/kde/HTML/en/kig/*.bz2 -/opt/trinity/share/doc/kde/HTML/en/kig/common -/opt/trinity/share/doc/kde/HTML/en/kig/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kig/*.png -/opt/trinity/share/doc/kde/HTML/en/kig/scripting-api/* +/opt/trinity/share/doc/tde/HTML/en/kig/*.bz2 +/opt/trinity/share/doc/tde/HTML/en/kig/common +/opt/trinity/share/doc/tde/HTML/en/kig/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kig/*.png +/opt/trinity/share/doc/tde/HTML/en/kig/scripting-api/* /opt/trinity/share/icons/crystalsvg/16x16/mimetypes/kig_doc.png /opt/trinity/share/icons/crystalsvg/22x22/mimetypes/kig_doc.png /opt/trinity/share/icons/crystalsvg/32x32/mimetypes/kig_doc.png diff --git a/ubuntu/maverick/kdeedu/debian/kiten-trinity.install b/ubuntu/maverick/kdeedu/debian/kiten-trinity.install index c208af928..652f08bde 100644 --- a/ubuntu/maverick/kdeedu/debian/kiten-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kiten-trinity.install @@ -1,10 +1,10 @@ opt/trinity/bin/kiten opt/trinity/bin/kitengen /opt/trinity/share/applications/kde/kiten.desktop -/opt/trinity/share/doc/kde/HTML/en/kiten/common -/opt/trinity/share/doc/kde/HTML/en/kiten/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kiten/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kiten/*.png +/opt/trinity/share/doc/tde/HTML/en/kiten/common +/opt/trinity/share/doc/tde/HTML/en/kiten/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kiten/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kiten/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kiten.png /opt/trinity/share/icons/hicolor/32x32/apps/kiten.png /opt/trinity/share/icons/hicolor/48x48/apps/kiten.png diff --git a/ubuntu/maverick/kdeedu/debian/klatin-trinity.install b/ubuntu/maverick/kdeedu/debian/klatin-trinity.install index 5c0bb4757..239a231f0 100644 --- a/ubuntu/maverick/kdeedu/debian/klatin-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/klatin-trinity.install @@ -2,11 +2,11 @@ opt/trinity/bin/klatin /opt/trinity/share/applications/kde/klatin.desktop /opt/trinity/share/apps/klatin /opt/trinity/share/config.kcfg/klatin.kcfg -/opt/trinity/share/doc/kde/HTML/en/klatin/*.bz2 -/opt/trinity/share/doc/kde/HTML/en/klatin/common -/opt/trinity/share/doc/kde/HTML/en/klatin/*.docbook -/opt/trinity/share/doc/kde/HTML/en/klatin/*.png -/opt/trinity/share/doc/kde/HTML/en/klatin/README +/opt/trinity/share/doc/tde/HTML/en/klatin/*.bz2 +/opt/trinity/share/doc/tde/HTML/en/klatin/common +/opt/trinity/share/doc/tde/HTML/en/klatin/*.docbook +/opt/trinity/share/doc/tde/HTML/en/klatin/*.png +/opt/trinity/share/doc/tde/HTML/en/klatin/README /opt/trinity/share/icons/hicolor/16x16/apps/klatin.png /opt/trinity/share/icons/hicolor/22x22/apps/klatin.png /opt/trinity/share/icons/hicolor/32x32/apps/klatin.png diff --git a/ubuntu/maverick/kdeedu/debian/klettres-trinity.install b/ubuntu/maverick/kdeedu/debian/klettres-trinity.install index 4dc6e277a..793cc5d84 100644 --- a/ubuntu/maverick/kdeedu/debian/klettres-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/klettres-trinity.install @@ -2,10 +2,10 @@ etc/trinity/klettresrc opt/trinity/bin/klettres /opt/trinity/share/applications/kde/klettres.desktop /opt/trinity/share/config.kcfg/klettres.kcfg -/opt/trinity/share/doc/kde/HTML/en/klettres/common -/opt/trinity/share/doc/kde/HTML/en/klettres/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/klettres/*.docbook -/opt/trinity/share/doc/kde/HTML/en/klettres/*.png +/opt/trinity/share/doc/tde/HTML/en/klettres/common +/opt/trinity/share/doc/tde/HTML/en/klettres/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/klettres/*.docbook +/opt/trinity/share/doc/tde/HTML/en/klettres/*.png /opt/trinity/share/icons/hicolor/16x16/apps/klettres.png /opt/trinity/share/icons/hicolor/22x22/apps/klettres.png /opt/trinity/share/icons/hicolor/32x32/apps/klettres.png diff --git a/ubuntu/maverick/kdeedu/debian/kmplot-trinity.install b/ubuntu/maverick/kdeedu/debian/kmplot-trinity.install index 4d7a52e48..c75adb783 100644 --- a/ubuntu/maverick/kdeedu/debian/kmplot-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kmplot-trinity.install @@ -4,10 +4,10 @@ opt/trinity/lib/trinity/libkmplotpart.so /opt/trinity/share/applications/kde/kmplot.desktop /opt/trinity/share/apps/kmplot /opt/trinity/share/config.kcfg/kmplot.kcfg -/opt/trinity/share/doc/kde/HTML/en/kmplot/common -/opt/trinity/share/doc/kde/HTML/en/kmplot/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kmplot/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kmplot/*.png +/opt/trinity/share/doc/tde/HTML/en/kmplot/common +/opt/trinity/share/doc/tde/HTML/en/kmplot/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kmplot/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kmplot/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kmplot.png /opt/trinity/share/icons/hicolor/22x22/apps/kmplot.png /opt/trinity/share/icons/hicolor/32x32/apps/kmplot.png diff --git a/ubuntu/maverick/kdeedu/debian/kpercentage-trinity.install b/ubuntu/maverick/kdeedu/debian/kpercentage-trinity.install index 58166d933..592f5475b 100644 --- a/ubuntu/maverick/kdeedu/debian/kpercentage-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kpercentage-trinity.install @@ -1,10 +1,10 @@ opt/trinity/bin/kpercentage /opt/trinity/share/applications/kde/kpercentage.desktop /opt/trinity/share/apps/kpercentage -/opt/trinity/share/doc/kde/HTML/en/kpercentage/common -/opt/trinity/share/doc/kde/HTML/en/kpercentage/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kpercentage/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kpercentage/*.png +/opt/trinity/share/doc/tde/HTML/en/kpercentage/common +/opt/trinity/share/doc/tde/HTML/en/kpercentage/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kpercentage/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kpercentage/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kpercentage.png /opt/trinity/share/icons/hicolor/22x22/apps/kpercentage.png /opt/trinity/share/icons/hicolor/32x32/apps/kpercentage.png diff --git a/ubuntu/maverick/kdeedu/debian/kstars-trinity.install b/ubuntu/maverick/kdeedu/debian/kstars-trinity.install index 4db6bf7e7..31da35a55 100644 --- a/ubuntu/maverick/kdeedu/debian/kstars-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kstars-trinity.install @@ -4,10 +4,10 @@ opt/trinity/bin/kstars /opt/trinity/include/kde/simclockinterface.h /opt/trinity/share/applications/kde/kstars.desktop /opt/trinity/share/config.kcfg/kstars.kcfg -/opt/trinity/share/doc/kde/HTML/en/kstars/common -/opt/trinity/share/doc/kde/HTML/en/kstars/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kstars/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kstars/*.png +/opt/trinity/share/doc/tde/HTML/en/kstars/common +/opt/trinity/share/doc/tde/HTML/en/kstars/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kstars/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kstars/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kstars.png /opt/trinity/share/icons/hicolor/32x32/apps/kstars.png /opt/trinity/share/icons/hicolor/48x48/apps/kstars.png diff --git a/ubuntu/maverick/kdeedu/debian/ktouch-trinity.install b/ubuntu/maverick/kdeedu/debian/ktouch-trinity.install index 5debff448..da2308667 100644 --- a/ubuntu/maverick/kdeedu/debian/ktouch-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/ktouch-trinity.install @@ -2,10 +2,10 @@ opt/trinity/bin/ktouch /opt/trinity/share/applications/kde/ktouch.desktop /opt/trinity/share/apps/ktouch /opt/trinity/share/config.kcfg/ktouch.kcfg -/opt/trinity/share/doc/kde/HTML/en/ktouch/common -/opt/trinity/share/doc/kde/HTML/en/ktouch/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/ktouch/*.docbook -/opt/trinity/share/doc/kde/HTML/en/ktouch/*.png +/opt/trinity/share/doc/tde/HTML/en/ktouch/common +/opt/trinity/share/doc/tde/HTML/en/ktouch/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/ktouch/*.docbook +/opt/trinity/share/doc/tde/HTML/en/ktouch/*.png /opt/trinity/share/icons/hicolor/16x16/apps/ktouch.png /opt/trinity/share/icons/hicolor/22x22/apps/ktouch.png /opt/trinity/share/icons/hicolor/32x32/apps/ktouch.png diff --git a/ubuntu/maverick/kdeedu/debian/kturtle-trinity.install b/ubuntu/maverick/kdeedu/debian/kturtle-trinity.install index 951114df2..f5f42ad75 100644 --- a/ubuntu/maverick/kdeedu/debian/kturtle-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kturtle-trinity.install @@ -3,10 +3,10 @@ opt/trinity/bin/kturtle /opt/trinity/share/apps/katepart/syntax/logohighlightstyle* /opt/trinity/share/apps/kturtle /opt/trinity/share/config.kcfg/kturtle.kcfg -/opt/trinity/share/doc/kde/HTML/en/kturtle/*.bz2 -/opt/trinity/share/doc/kde/HTML/en/kturtle/common -/opt/trinity/share/doc/kde/HTML/en/kturtle/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kturtle/*.png +/opt/trinity/share/doc/tde/HTML/en/kturtle/*.bz2 +/opt/trinity/share/doc/tde/HTML/en/kturtle/common +/opt/trinity/share/doc/tde/HTML/en/kturtle/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kturtle/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kturtle.png /opt/trinity/share/icons/hicolor/32x32/apps/kturtle.png ../icons/kturtle.xpm /opt/trinity/share/pixmaps diff --git a/ubuntu/maverick/kdeedu/debian/kverbos-trinity.install b/ubuntu/maverick/kdeedu/debian/kverbos-trinity.install index 63261246d..7ce86854f 100644 --- a/ubuntu/maverick/kdeedu/debian/kverbos-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kverbos-trinity.install @@ -2,10 +2,10 @@ opt/trinity/bin/kverbos /opt/trinity/share/applications/kde/kverbos.desktop /opt/trinity/share/apps/kverbos /opt/trinity/share/config.kcfg/kverbos.kcfg -/opt/trinity/share/doc/kde/HTML/en/kverbos/common -/opt/trinity/share/doc/kde/HTML/en/kverbos/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kverbos/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kverbos/*.png +/opt/trinity/share/doc/tde/HTML/en/kverbos/common +/opt/trinity/share/doc/tde/HTML/en/kverbos/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kverbos/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kverbos/*.png /opt/trinity/share/icons/crystalsvg/16x16/actions/kverbosuser.png /opt/trinity/share/icons/hicolor/16x16/apps/kverbos.png /opt/trinity/share/icons/hicolor/22x22/apps/kverbos.png diff --git a/ubuntu/maverick/kdeedu/debian/kvoctrain-trinity.install b/ubuntu/maverick/kdeedu/debian/kvoctrain-trinity.install index d11421692..07d71a27f 100644 --- a/ubuntu/maverick/kdeedu/debian/kvoctrain-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kvoctrain-trinity.install @@ -11,10 +11,10 @@ opt/trinity/lib/libkvoctraincore.so.0.0.0 /opt/trinity/share/config.kcfg/kvoctrain.kcfg /opt/trinity/share/config.kcfg/languagesettings.kcfg /opt/trinity/share/config.kcfg/presettings.kcfg -/opt/trinity/share/doc/kde/HTML/en/kvoctrain/common -/opt/trinity/share/doc/kde/HTML/en/kvoctrain/index.cache.bz2 -/opt/trinity/share/doc/kde/HTML/en/kvoctrain/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kvoctrain/*.png +/opt/trinity/share/doc/tde/HTML/en/kvoctrain/common +/opt/trinity/share/doc/tde/HTML/en/kvoctrain/index.cache.bz2 +/opt/trinity/share/doc/tde/HTML/en/kvoctrain/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kvoctrain/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kvoctrain.png /opt/trinity/share/icons/hicolor/22x22/apps/kvoctrain.png /opt/trinity/share/icons/hicolor/32x32/apps/kvoctrain.png diff --git a/ubuntu/maverick/kdeedu/debian/kwordquiz-trinity.install b/ubuntu/maverick/kdeedu/debian/kwordquiz-trinity.install index fb0ef9bf4..6490edf60 100644 --- a/ubuntu/maverick/kdeedu/debian/kwordquiz-trinity.install +++ b/ubuntu/maverick/kdeedu/debian/kwordquiz-trinity.install @@ -3,10 +3,10 @@ opt/trinity/bin/kwordquiz /opt/trinity/share/applications/kde/kwordquiz.desktop /opt/trinity/share/apps/kwordquiz /opt/trinity/share/config.kcfg/kwordquiz.kcfg -/opt/trinity/share/doc/kde/HTML/en/kwordquiz/*.bz2 -/opt/trinity/share/doc/kde/HTML/en/kwordquiz/common -/opt/trinity/share/doc/kde/HTML/en/kwordquiz/*.docbook -/opt/trinity/share/doc/kde/HTML/en/kwordquiz/*.png +/opt/trinity/share/doc/tde/HTML/en/kwordquiz/*.bz2 +/opt/trinity/share/doc/tde/HTML/en/kwordquiz/common +/opt/trinity/share/doc/tde/HTML/en/kwordquiz/*.docbook +/opt/trinity/share/doc/tde/HTML/en/kwordquiz/*.png /opt/trinity/share/icons/hicolor/16x16/apps/kwordquiz.png /opt/trinity/share/icons/hicolor/22x22/apps/kwordquiz.png /opt/trinity/share/icons/hicolor/32x32/apps/kwordquiz.png diff --git a/ubuntu/maverick/kdeedu/debian/man/blinken-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/blinken-trinity.1 index 2709e95d1..97e123744 100644 --- a/ubuntu/maverick/kdeedu/debian/man/blinken-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/blinken-trinity.1 @@ -43,7 +43,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/blinken/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/blinken/\fP. .SH AUTHOR Blinken was written by Albert Astals Cid <tsdgeos@terra.es> and Danny Allen <danny@dannyallen.co.uk>. diff --git a/ubuntu/maverick/kdeedu/debian/man/celestrongps-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/celestrongps-trinity.1 index 74dbb9a9a..2e675ff5d 100644 --- a/ubuntu/maverick/kdeedu/debian/man/celestrongps-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/celestrongps-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/fliccd-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/fliccd-trinity.1 index 68ccee902..732597f01 100644 --- a/ubuntu/maverick/kdeedu/debian/man/fliccd-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/fliccd-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/indiserver-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/indiserver-trinity.1 index 8177f5464..da656ccdb 100644 --- a/ubuntu/maverick/kdeedu/debian/man/indiserver-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/indiserver-trinity.1 @@ -110,7 +110,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/kalzium-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kalzium-trinity.1 index 76cb8ab42..458a01f36 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kalzium-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kalzium-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 \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kalzium/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kalzium/\fP. .SH AUTHOR Kalzium was written by Carsten Niehaus <cniehaus@kde.org>. .br diff --git a/ubuntu/maverick/kdeedu/debian/man/kanagram-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kanagram-trinity.1 index 69416a922..4dd60c243 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kanagram-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kanagram-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 \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kanagram/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kanagram/\fP. .SH AUTHOR KAnagram was written by Joshua Keel <joshuakeel@gmail.com> and Danny Allen <danny@dannyallen.co.uk>. diff --git a/ubuntu/maverick/kdeedu/debian/man/kbruch-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kbruch-trinity.1 index 78feef9cb..3f9646718 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kbruch-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kbruch-trinity.1 @@ -38,7 +38,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kbruch/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kbruch/\fP. .SH AUTHOR KBruch was written by Sebastian Stein <seb.kde@hpfsc.de>, Eva Brucherseifer <eva@kde.org> and others. diff --git a/ubuntu/maverick/kdeedu/debian/man/keduca-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/keduca-trinity.1 index 60e31066d..802444364 100644 --- a/ubuntu/maverick/kdeedu/debian/man/keduca-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/keduca-trinity.1 @@ -43,7 +43,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/keduca/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/keduca/\fP. .SH AUTHOR KEduca was written by Javier Campos <javi@asyris.org>, Klas Kalass <klas@kde.org>, Henrique Pinto <henrique.pinto@kdemail.net> diff --git a/ubuntu/maverick/kdeedu/debian/man/keducabuilder-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/keducabuilder-trinity.1 index 39c9a04d6..3f3e62554 100644 --- a/ubuntu/maverick/kdeedu/debian/man/keducabuilder-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/keducabuilder-trinity.1 @@ -43,7 +43,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/keduca/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/keduca/\fP. .SH AUTHOR KEduca was written by Javier Campos <javi@asyris.org>, Klas Kalass <klas@kde.org>, Henrique Pinto <henrique.pinto@kdemail.net> diff --git a/ubuntu/maverick/kdeedu/debian/man/kgeography-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kgeography-trinity.1 index 45ee113fe..550f88394 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kgeography-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kgeography-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 \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kgeography/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kgeography/\fP. .SH AUTHOR KGeography was written by Albert Astals Cid <tsdgeos@terra.es>. .br diff --git a/ubuntu/maverick/kdeedu/debian/man/khangman-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/khangman-trinity.1 index 8b0ad5df2..6620e7ff2 100644 --- a/ubuntu/maverick/kdeedu/debian/man/khangman-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/khangman-trinity.1 @@ -43,7 +43,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/khangman/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/khangman/\fP. .SH AUTHOR KHangMan was written by Primoz Anzur <zerokode@gmx.net> and Anne-Marie Mahfouf <annma@kde.org>. diff --git a/ubuntu/maverick/kdeedu/debian/man/kig-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kig-trinity.1 index aa1916852..a5b73cff1 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kig-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kig-trinity.1 @@ -70,7 +70,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kig/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kig/\fP. .SH AUTHOR Kig was written by Dominique Devriese <devriese@kde.org>, Maurizio Paolini <paolini@dmf.bs.unicatt.it>, diff --git a/ubuntu/maverick/kdeedu/debian/man/kiten-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kiten-trinity.1 index f3802f2f7..1c91ac6ef 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kiten-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kiten-trinity.1 @@ -42,7 +42,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kiten/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kiten/\fP. .SH AUTHOR Kiten was written by Jason Katz-Brown <jason@katzbrown.com>, Jim Breen <jwb@csse.monash.edu.au> and diff --git a/ubuntu/maverick/kdeedu/debian/man/kitengen-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kitengen-trinity.1 index 8614e64a4..35d59fe6a 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kitengen-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kitengen-trinity.1 @@ -45,7 +45,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kiten/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kiten/\fP. .SH AUTHOR Kiten was written by Jason Katz-Brown <jason@katzbrown.com>, Jim Breen <jwb@csse.monash.edu.au> and diff --git a/ubuntu/maverick/kdeedu/debian/man/klatin-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/klatin-trinity.1 index 1df356b85..3513adc99 100644 --- a/ubuntu/maverick/kdeedu/debian/man/klatin-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/klatin-trinity.1 @@ -48,7 +48,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/klatin/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/klatin/\fP. .SH AUTHOR KLatin was written by George Wright <gwright@kde.org> and others. .br diff --git a/ubuntu/maverick/kdeedu/debian/man/klettres-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/klettres-trinity.1 index 957860b1e..ecd3149b7 100644 --- a/ubuntu/maverick/kdeedu/debian/man/klettres-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/klettres-trinity.1 @@ -42,7 +42,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/klettres/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/klettres/\fP. .SH AUTHOR KLettres was written by Anne-Marie Mahfouf <annma@kde.org> and many others. .br diff --git a/ubuntu/maverick/kdeedu/debian/man/kmplot-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kmplot-trinity.1 index 9c6ece5df..77d7130d6 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kmplot-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kmplot-trinity.1 @@ -49,7 +49,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kmplot/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kmplot/\fP. .SH AUTHOR KmPlot was written by Klaus-Dieter Moeller <kdmoeller@foni.net>, Matthias Messmer <bmlmessmer@web.de> and Fredrik Edemar <f_edemar@linux.se>. diff --git a/ubuntu/maverick/kdeedu/debian/man/kpercentage-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kpercentage-trinity.1 index 9d1fd916c..1fafd663a 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kpercentage-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kpercentage-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 \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kpercentage/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kpercentage/\fP. .SH AUTHOR KPercentage was written by Matthias Messmer <bmlmessmer@web.de>, Carsten Niehaus <cniehaus@gmx.de> and Robert Gogolok <mail@robert-gogolok.de>. diff --git a/ubuntu/maverick/kdeedu/debian/man/kstars-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kstars-trinity.1 index 2049ba113..589d72527 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kstars-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kstars-trinity.1 @@ -104,7 +104,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/ktouch-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/ktouch-trinity.1 index 52735f459..4f5a917ec 100644 --- a/ubuntu/maverick/kdeedu/debian/man/ktouch-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/ktouch-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 \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/ktouch/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/ktouch/\fP. .SH AUTHOR KTouch was written by Haavard Froeiland <haavard@users.sourceforge.net> and Andreas Nicolai <Andreas.Nicolai@gmx.net>. diff --git a/ubuntu/maverick/kdeedu/debian/man/kturtle-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kturtle-trinity.1 index 1131b08b3..80a139e03 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kturtle-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kturtle-trinity.1 @@ -51,7 +51,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kturtle/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kturtle/\fP. .SH AUTHOR KTurtle was written by Cies Breijs <cies # kde.nl>, Walter Schreppers <Walter.Schreppers # ua.ac.be> and diff --git a/ubuntu/maverick/kdeedu/debian/man/kverbos-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kverbos-trinity.1 index 607896ac6..b2207dd44 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kverbos-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kverbos-trinity.1 @@ -46,7 +46,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kverbos/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kverbos/\fP. .SH AUTHOR Kverbos was written by Arnold Kraschinski <arnold.k67@gmx.de>. .br diff --git a/ubuntu/maverick/kdeedu/debian/man/kvoctrain-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kvoctrain-trinity.1 index 0c6556b8d..bfbef8dc7 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kvoctrain-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kvoctrain-trinity.1 @@ -51,7 +51,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kvoctrain/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kvoctrain/\fP. .SH AUTHOR KVocTrain was written by Ewald Arnold <kvoctrain@ewald-arnold.de> and Peter Hedlund <peter@peterandlinda.com>. diff --git a/ubuntu/maverick/kdeedu/debian/man/kwordquiz-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/kwordquiz-trinity.1 index fb5a8f6db..b3508f99e 100644 --- a/ubuntu/maverick/kdeedu/debian/man/kwordquiz-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/kwordquiz-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 \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kwordquiz/\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kwordquiz/\fP. .SH AUTHOR KWordQuiz was written by Peter Hedlund <peter@peterandlinda.com>. .br diff --git a/ubuntu/maverick/kdeedu/debian/man/lx200_16-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/lx200_16-trinity.1 index 81e31dce1..1ceb5b298 100644 --- a/ubuntu/maverick/kdeedu/debian/man/lx200_16-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/lx200_16-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/lx200autostar-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/lx200autostar-trinity.1 index e95529bf9..efc2f5e88 100644 --- a/ubuntu/maverick/kdeedu/debian/man/lx200autostar-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/lx200autostar-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/lx200classic-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/lx200classic-trinity.1 index dc49b1cdd..f785be32f 100644 --- a/ubuntu/maverick/kdeedu/debian/man/lx200classic-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/lx200classic-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/lx200generic-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/lx200generic-trinity.1 index 20271620f..cb07e7d81 100644 --- a/ubuntu/maverick/kdeedu/debian/man/lx200generic-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/lx200generic-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/lx200gps-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/lx200gps-trinity.1 index 0a9543b2d..e0b4ccb33 100644 --- a/ubuntu/maverick/kdeedu/debian/man/lx200gps-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/lx200gps-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/temma-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/temma-trinity.1 index 6b48dba6b..b88a146ae 100644 --- a/ubuntu/maverick/kdeedu/debian/man/temma-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/temma-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/v4ldriver-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/v4ldriver-trinity.1 index 8a2ae5136..0fc1eca24 100644 --- a/ubuntu/maverick/kdeedu/debian/man/v4ldriver-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/v4ldriver-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/man/v4lphilips-trinity.1 b/ubuntu/maverick/kdeedu/debian/man/v4lphilips-trinity.1 index 222a3ee9e..4511e30c3 100644 --- a/ubuntu/maverick/kdeedu/debian/man/v4lphilips-trinity.1 +++ b/ubuntu/maverick/kdeedu/debian/man/v4lphilips-trinity.1 @@ -56,7 +56,7 @@ from the command-line. .PP If the KDE Help Centre is not installed then you can install the package \fIkdeedu-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/kde/HTML/en/kstars/indi.html\fP. +\fI/opt/trinity/share/doc/tde/HTML/en/kstars/indi.html\fP. .SH AUTHOR KStars was written by Jason Harris <jharris@30doradus.org>, Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>, diff --git a/ubuntu/maverick/kdeedu/debian/rules b/ubuntu/maverick/kdeedu/debian/rules index c85b860b6..e32699309 100755 --- a/ubuntu/maverick/kdeedu/debian/rules +++ b/ubuntu/maverick/kdeedu/debian/rules @@ -30,8 +30,8 @@ common-install-prehook-arch:: build/kig-trinity:: cp $(DEB_SRCDIR)/doc/kig/scripting-api/*.png $(DEB_BUILDDIR)/doc/kig/scripting-api/ cd $(DEB_BUILDDIR)/doc/kig/scripting-api && doxygen Doxyfile.scripting-api - install -d -m 755 $(DEB_BUILDDIR)/doc/kig/scripting-api/build/html/ debian/tmp/opt/trinity/share/doc/kde/HTML/en/kig/scripting-api/ - install -m644 $(DEB_BUILDDIR)/doc/kig/scripting-api/build/html/* debian/tmp/opt/trinity/share/doc/kde/HTML/en/kig/scripting-api/ + install -d -m 755 $(DEB_BUILDDIR)/doc/kig/scripting-api/build/html/ debian/tmp/opt/trinity/share/doc/tde/HTML/en/kig/scripting-api/ + install -m644 $(DEB_BUILDDIR)/doc/kig/scripting-api/build/html/* debian/tmp/opt/trinity/share/doc/tde/HTML/en/kig/scripting-api/ |