diff options
Diffstat (limited to 'scripts/kdedoc')
-rwxr-xr-x | scripts/kdedoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kdedoc b/scripts/kdedoc index f61a8452..46715fd4 100755 --- a/scripts/kdedoc +++ b/scripts/kdedoc @@ -6,7 +6,7 @@ # You can edit this line to set the directory holding your KDE docs, or you # can use the environment variable KDEDOCS to avoid future conflicts with this # file if the default changes. -KDEDOCS=${KDEDOCS:-"$TDEDIR/share/doc/HTML/en/tdelibs-apidocs"} +KDEDOCS=${KDEDOCS:-"$TDEDIR/share/doc/tde/HTML/en/tdelibs-apidocs"} if [ $# = 1 ]; then if [ -e "$KDEDOCS/doxygen.css" ]; then |