summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-24 20:03:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-24 20:03:21 +0200
commit1e415aa71b9796eab49e1c2ad2cb00c86e3d5c0e (patch)
tree41d8eb939f3b24ff3465be216f693801f1b8b581 /doc/en
parente6526a85a49c0019897ff4692d0e0bbd34a546a3 (diff)
downloadksensors-1e415aa71b9796eab49e1c2ad2cb00c86e3d5c0e.tar.gz
ksensors-1e415aa71b9796eab49e1c2ad2cb00c86e3d5c0e.zip
Additional KDE3 => TDE conversion
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/en/Makefile.in36
-rw-r--r--doc/en/index.docbook6
3 files changed, 22 insertions, 22 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
index 09af1b8..6b31091 100644
--- a/doc/en/Makefile.am
+++ b/doc/en/Makefile.am
@@ -1,2 +1,2 @@
KDE_DOCS = ksensors
-KDE_LANG = en
+TDE_LANG = en
diff --git a/doc/en/Makefile.in b/doc/en/Makefile.in
index b07a0f1..816883e 100644
--- a/doc/en/Makefile.in
+++ b/doc/en/Makefile.in
@@ -151,12 +151,12 @@ LIBZ = @LIBZ@
LIB_JASPER = @LIB_JASPER@
LIB_KAB = @LIB_KAB@
LIB_KABC = @LIB_KABC@
-LIB_KDECORE = @LIB_KDECORE@
-LIB_KDEPRINT = @LIB_KDEPRINT@
-LIB_KDEUI = @LIB_KDEUI@
+LIB_TDECORE = @LIB_TDECORE@
+LIB_TDEPRINT = @LIB_TDEPRINT@
+LIB_TDEUI = @LIB_TDEUI@
LIB_KFILE = @LIB_KFILE@
LIB_KFM = @LIB_KFM@
-LIB_KHTML = @LIB_KHTML@
+LIB_TDEHTML = @LIB_TDEHTML@
LIB_KIMGIO = @LIB_KIMGIO@
LIB_KIO = @LIB_KIO@
LIB_KPARTS = @LIB_KPARTS@
@@ -245,7 +245,7 @@ kde_styledir = @kde_styledir@
kde_templatesdir = @kde_templatesdir@
kde_wallpaperdir = @kde_wallpaperdir@
kde_widgetdir = @kde_widgetdir@
-kdeinitdir = @kdeinitdir@
+tdeinitdir = @tdeinitdir@
micodir = @micodir@
qt_includes = @qt_includes@
qt_libraries = @qt_libraries@
@@ -254,7 +254,7 @@ x_libraries = @x_libraries@
xdg_appsdir = @xdg_appsdir@
xdg_directorydir = @xdg_directorydir@
KDE_DOCS = ksensors
-KDE_LANG = en
+TDE_LANG = en
subdir = doc/en
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
@@ -416,19 +416,19 @@ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook
docs-am: index.cache.bz2
install-docs: docs-am install-nls
- $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors
+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors
@if test -f index.cache.bz2; then \
- echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
- $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
+ echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/; \
+ $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/; \
elif test -f $(srcdir)/index.cache.bz2; then \
- echo $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
- $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
+ echo $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/; \
+ $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/; \
fi
- -rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/common
- $(LN_S) $(kde_libs_htmldir)/$(KDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/common
+ -rm -f $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/common
+ $(LN_S) $(kde_libs_htmldir)/$(TDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/common
uninstall-docs:
- -rm -rf $(kde_htmldir)/$(KDE_LANG)/ksensors
+ -rm -rf $(kde_htmldir)/$(TDE_LANG)/ksensors
clean-docs:
-rm -f index.cache.bz2
@@ -436,15 +436,15 @@ clean-docs:
#>+ 13
install-nls:
- $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors
+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors
@for base in index.docbook ; do \
- echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
- $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
+ echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/$$base ;\
+ $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/$$base ;\
done
uninstall-nls:
for base in index.docbook ; do \
- rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
+ rm -f $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/$$base ;\
done
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 481870d..07ac222 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY ksensors "<application>ksensors 0&#46;1</application>">
<!ENTITY kappname "&ksensors;"><!-- Do *not* replace kappname-->
- <!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->
+ <!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc -->
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"><!-- change language only here -->
@@ -488,8 +488,8 @@ application -->
<!--
List any special requirements for your application here. This should include:
-.Libraries or other software that is not included in kdesupport,
-kdelibs, or kdebase.
+.Libraries or other software that is not included in tdesupport,
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a