diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 13:01:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 13:01:48 -0500 |
commit | 4e430ec67f2db021644d339475d5095f8ac996c0 (patch) | |
tree | e888edebcac95fcb6984484bbe297dfa12e7d3d4 /scripts/kdedoc | |
parent | 60589f9c767f80a422d918d92e6745edbf891f1f (diff) | |
download | tdesdk-4e430ec67f2db021644d339475d5095f8ac996c0.tar.gz tdesdk-4e430ec67f2db021644d339475d5095f8ac996c0.zip |
Update HTML install path references.
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 |