From 1bad89ff9f504f0789c6aad5c33fcebe1c59794e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 18 Apr 2013 18:21:31 -0500 Subject: Update files and references in support of bug report 1446. --- tde-i18n-fi/acinclude.m4 | 6 +++--- tde-i18n-fi/docs/common/kde-localised.css | 28 ---------------------------- tde-i18n-fi/docs/common/tde-localised.css | 28 ++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 tde-i18n-fi/docs/common/kde-localised.css create mode 100644 tde-i18n-fi/docs/common/tde-localised.css (limited to 'tde-i18n-fi') diff --git a/tde-i18n-fi/acinclude.m4 b/tde-i18n-fi/acinclude.m4 index a774595070b..0d1ecb5ac3c 100644 --- a/tde-i18n-fi/acinclude.m4 +++ b/tde-i18n-fi/acinclude.m4 @@ -612,13 +612,13 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then - kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share" + kde_sharedirs="$prefix/share /opt/trinity/share /opt/trinity/share /opt/kde/share /usr/share/kde /usr/local/share /usr/share" test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs" - AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) + AC_FIND_FILE(apps/ksgmltools2/customization/tde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) if test "$KDE_XSL_STYLESHEET" = "NO"; then KDE_XSL_STYLESHEET="" else - KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl" + KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/tde-chunk.xsl" fi fi diff --git a/tde-i18n-fi/docs/common/kde-localised.css b/tde-i18n-fi/docs/common/kde-localised.css deleted file mode 100644 index bfdb7e100cb..00000000000 --- a/tde-i18n-fi/docs/common/kde-localised.css +++ /dev/null @@ -1,28 +0,0 @@ -/* - KDE CSS for fi HTML documentation (all media types). - Copyright (C) 2000 <**authorname**> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - Send comments, suggestions, etc. to <**authorcontactdetails**>. -*/ - -/* - These settings will override kde-default.css. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ -*/ - -:lang(fi) { } diff --git a/tde-i18n-fi/docs/common/tde-localised.css b/tde-i18n-fi/docs/common/tde-localised.css new file mode 100644 index 00000000000..90cfc54671c --- /dev/null +++ b/tde-i18n-fi/docs/common/tde-localised.css @@ -0,0 +1,28 @@ +/* + KDE CSS for fi HTML documentation (all media types). + Copyright (C) 2000 <**authorname**> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Send comments, suggestions, etc. to <**authorcontactdetails**>. +*/ + +/* + These settings will override tde-default.css. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ +*/ + +:lang(fi) { } -- cgit v1.2.3