diff options
Diffstat (limited to 'tde-i18n-de/docs/tdebase/khelpcenter/Makefile.in')
-rw-r--r-- | tde-i18n-de/docs/tdebase/khelpcenter/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tde-i18n-de/docs/tdebase/khelpcenter/Makefile.in b/tde-i18n-de/docs/tdebase/khelpcenter/Makefile.in index dcf45314fd8..d10ac864d8e 100644 --- a/tde-i18n-de/docs/tdebase/khelpcenter/Makefile.in +++ b/tde-i18n-de/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 main.html contact.docbook Makefile.am index.cache.bz2 +KDE_DIST=Makefile.in whatistde.docbook help.docbook support.docbook welcome.docbook index.docbook main.html contact.docbook Makefile.am index.cache.bz2 #>+ 24 -index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) help.docbook whatiskde.docbook support.docbook index.docbook main.html welcome.docbook contact.docbook +index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) help.docbook whatistde.docbook support.docbook index.docbook main.html 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 help.docbook whatiskde.docbook support.docbook index.docbook main.html welcome.docbook contact.docbook ; do \ + @for base in help.docbook whatistde.docbook support.docbook index.docbook main.html 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 help.docbook whatiskde.docbook support.docbook index.docbook main.html welcome.docbook contact.docbook ; do \ + for base in help.docbook whatistde.docbook support.docbook index.docbook main.html welcome.docbook contact.docbook ; do \ rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/khelpcenter/$$base ;\ done #>+ 5 distdir-nls: - for file in help.docbook whatiskde.docbook support.docbook index.docbook main.html welcome.docbook contact.docbook ; do \ + for file in help.docbook whatistde.docbook support.docbook index.docbook main.html welcome.docbook contact.docbook ; do \ cp $(srcdir)/$$file $(distdir); \ done |