~ubuntu-branches/ubuntu/wily/mousepad/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-10-29 16:46:15 UTC
  • Revision ID: james.westby@ubuntu.com-20071029164615-oxnk3h5tnfkzoywm
Tags: 0.2.12-2ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - Add our patch for gettext domain in the desktop file
  - Adhere to DebianMaintainerField.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        rm -f build-stamp mousepad.1
41
41
 
42
42
        # Add here commands to clean up after the build process.
43
 
        -$(MAKE) distclean
 
43
        [ ! -f Makefile ] || $(MAKE) distclean
44
44
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
45
45
        cp -f /usr/share/misc/config.sub config.sub
46
46
endif