summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-24 21:35:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-24 21:35:23 +0200
commit93c2d94862a0535f76bd03e6313ea3aa736d0e2d (patch)
treebd71a6a3538d7ef8a6fa005b986eaca2d6eceb82
parent1e415aa71b9796eab49e1c2ad2cb00c86e3d5c0e (diff)
downloadksensors-93c2d948.tar.gz
ksensors-93c2d948.zip
Fix unintended renaming of KDE_LANG
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.in2
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/en/Makefile.in26
4 files changed, 16 insertions, 16 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6fdaa63..77afdb3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# the SUBDIRS is filled automatically by am_edit. If files are
# in this directory they are installed into the english dir
-TDE_LANG = en
+KDE_LANG = en
KDE_DOCS = ksensors
SUBDIRS = $(AUTODIRS)
diff --git a/doc/Makefile.in b/doc/Makefile.in
index b28bf43..9a93e4b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -257,7 +257,7 @@ x_libraries = @x_libraries@
xdg_appsdir = @xdg_appsdir@
xdg_directorydir = @xdg_directorydir@
-TDE_LANG = en
+KDE_LANG = en
KDE_DOCS = ksensors
#>- SUBDIRS = $(AUTODIRS)
#>+ 1
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
index 6b31091..09af1b8 100644
--- a/doc/en/Makefile.am
+++ b/doc/en/Makefile.am
@@ -1,2 +1,2 @@
KDE_DOCS = ksensors
-TDE_LANG = en
+KDE_LANG = en
diff --git a/doc/en/Makefile.in b/doc/en/Makefile.in
index 816883e..f4749f9 100644
--- a/doc/en/Makefile.in
+++ b/doc/en/Makefile.in
@@ -254,7 +254,7 @@ x_libraries = @x_libraries@
xdg_appsdir = @xdg_appsdir@
xdg_directorydir = @xdg_directorydir@
KDE_DOCS = ksensors
-TDE_LANG = en
+KDE_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)/$(TDE_LANG)/ksensors
+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors
@if test -f index.cache.bz2; then \
- echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/; \
- $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/; \
+ echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
+ $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/; \
elif test -f $(srcdir)/index.cache.bz2; then \
- 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/; \
+ 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/; \
fi
- -rm -f $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/common
- $(LN_S) $(kde_libs_htmldir)/$(TDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/common
+ -rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/common
+ $(LN_S) $(kde_libs_htmldir)/$(KDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/common
uninstall-docs:
- -rm -rf $(kde_htmldir)/$(TDE_LANG)/ksensors
+ -rm -rf $(kde_htmldir)/$(KDE_LANG)/ksensors
clean-docs:
-rm -f index.cache.bz2
@@ -436,15 +436,15 @@ clean-docs:
#>+ 13
install-nls:
- $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors
+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors
@for base in index.docbook ; do \
- echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/$$base ;\
- $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/$$base ;\
+ echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
+ $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
done
uninstall-nls:
for base in index.docbook ; do \
- rm -f $(DESTDIR)$(kde_htmldir)/$(TDE_LANG)/ksensors/$$base ;\
+ rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ksensors/$$base ;\
done