~ubuntu-branches/ubuntu/lucid/quick-lounge-applet/lucid

« back to all changes in this revision

Viewing changes to xmldocs.make

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2004-12-16 13:06:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041216130608-i7tq2h21kzrdy4yl
Tags: 2.2.0-1
* New upstream release.
* Build-Depend on debhelper (>= 4.1.0), fixes linda error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        -if test "$(figdir)"; then \
84
84
          for file in $(srcdir)/$(figdir)/*.png; do \
85
85
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
86
 
            rm -f $(docdir)/$(figdir)/$$basefile; \
 
86
            rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
87
87
          done; \
88
88
          rmdir $(DESTDIR)$(docdir)/$(figdir); \
89
89
        fi