summaryrefslogtreecommitdiffstats
path: root/tde-i18n-pt/docs/tdebase/khelpcenter/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-pt/docs/tdebase/khelpcenter/Makefile.in')
-rw-r--r--tde-i18n-pt/docs/tdebase/khelpcenter/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/tde-i18n-pt/docs/tdebase/khelpcenter/Makefile.in b/tde-i18n-pt/docs/tdebase/khelpcenter/Makefile.in
index ce099d55ee9..52b29771755 100644
--- a/tde-i18n-pt/docs/tdebase/khelpcenter/Makefile.in
+++ b/tde-i18n-pt/docs/tdebase/khelpcenter/Makefile.in
@@ -525,10 +525,10 @@ uninstall-am:
.NOEXPORT:
#>+ 2
-KDE_DIST=Makefile.in whatiskde.docbook help.docbook support.docbook welcome.docbook index.docbook links.docbook contact.docbook Makefile.am index.cache.bz2
+KDE_DIST=Makefile.in whatistde.docbook help.docbook support.docbook welcome.docbook index.docbook links.docbook contact.docbook Makefile.am index.cache.bz2
#>+ 24
-index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) links.docbook help.docbook whatiskde.docbook support.docbook index.docbook welcome.docbook contact.docbook
+index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) links.docbook help.docbook whatistde.docbook support.docbook index.docbook welcome.docbook contact.docbook
@if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
docs-am: index.cache.bz2
@@ -555,20 +555,20 @@ clean-docs:
#>+ 13
install-nls:
$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/khelpcenter
- @for base in links.docbook help.docbook whatiskde.docbook support.docbook index.docbook welcome.docbook contact.docbook ; do \
+ @for base in links.docbook help.docbook whatistde.docbook support.docbook index.docbook welcome.docbook contact.docbook ; do \
echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/khelpcenter/$$base ;\
$(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/khelpcenter/$$base ;\
done
uninstall-nls:
- for base in links.docbook help.docbook whatiskde.docbook support.docbook index.docbook welcome.docbook contact.docbook ; do \
+ for base in links.docbook help.docbook whatistde.docbook support.docbook index.docbook welcome.docbook contact.docbook ; do \
rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/khelpcenter/$$base ;\
done
#>+ 5
distdir-nls:
- for file in links.docbook help.docbook whatiskde.docbook support.docbook index.docbook welcome.docbook contact.docbook ; do \
+ for file in links.docbook help.docbook whatistde.docbook support.docbook index.docbook welcome.docbook contact.docbook ; do \
cp $(srcdir)/$$file $(distdir); \
done