~ubuntu-branches/ubuntu/karmic/kst/karmic

« back to all changes in this revision

Viewing changes to admin/am_edit

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-30 19:11:30 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630191130-acumuar75bz4puty
Tags: 1.2.1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2028
2028
 
2029
2029
      $lines .= "\n";
2030
2030
      $lines .= "uninstall-docs:\n";
2031
 
      $lines .= "\t-rm -rf \$(kde_htmldir)/$kdelang/$appname\n";
 
2031
      $lines .= "\t-rm -rf \$(DESTDIR)\$(kde_htmldir)/$kdelang/$appname\n";
2032
2032
      $lines .= "\n";
2033
2033
      $lines .= "clean-docs:\n";
2034
2034
      $lines .= "\t-rm -f index.cache.bz2\n";