Update final HTML install path so all modules are consistent.

pull/16/head
Darrell Anderson 12 years ago
parent 3666c58396
commit 979b0c9a1c

@ -57,7 +57,7 @@ doxygen.sh [--recurse] [--modulename] [--doxdatadir=<dir>] [--installdir=<dir>]
--doxdatadir=<dir> Locate the HTML header files and support graphics.
In tdelibs, the subdirectory doc/common/ contains these
files (and this README). In an installed KDE system,
$TDEDIR/share/doc/HTML/en/common/ contains a copy.
$TDEDIR/share/doc/tde/HTML/en/common/ contains a copy.
This argument is mandatory if doxygen.sh can't guess where
the doxdata lives.
--installdir=<dir> Locate the directory where apidox from other modules

@ -566,7 +566,7 @@ The following resources are defined:
autostart - share/autostart
data - share/apps
html - share/doc/HTML
html - share/doc/tde/HTML
icon - share/icon
config - share/config
pixmap - share/pixmaps

@ -1030,7 +1030,7 @@ TQString KStandardDirs::kde_default(const char *type) {
if (!strcmp(type, "html-bundle"))
return "share/doc-bundle/HTML/";
if (!strcmp(type, "html"))
return "share/doc/kde/HTML/";
return "share/doc/tde/HTML/";
if (!strcmp(type, "icon"))
return "share/icons/";
if (!strcmp(type, "config"))

@ -57,7 +57,7 @@ class KStandardDirsPrivate;
* may be even more. Under these prefixes there are several well
* defined suffixes where specific resource types are to be found.
* For example, for the resource type "html" the suffixes could be
* share/doc/HTML and share/doc/kde/HTML.
* share/doc/HTML and share/doc/tde/HTML.
* So the search algorithm basically appends to each prefix each registered
* suffix and tries to locate the file there.
* To make the thing even more complex, it's also possible to register
@ -506,7 +506,7 @@ public:
* of what this is all about.
*
* @li data - share/apps
* @li html - share/doc/HTML
* @li html - share/doc/tde/HTML
* @li icon - share/icon
* @li config - share/config
* @li pixmap - share/pixmaps

Loading…
Cancel
Save