~ubuntu-branches/ubuntu/saucy/k3b-i18n/saucy

« back to all changes in this revision

Viewing changes to admin/Doxyfile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2008-06-03 13:17:58 UTC
  • mfrom: (1.1.9 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080603131758-ytr94zavgrbiopbx
Tags: 1.0.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
uninstall-apidox:
73
73
        @if test "$(subdir)" != "."; then \
74
74
                if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); then \
75
 
                        rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
 
75
                        rm -rf $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
76
76
                fi \
77
77
        else \
78
78
                if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; then \
79
 
                        rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \
 
79
                        rm -rf $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \
80
80
                fi \
81
81
        fi
82
82