diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 23:48:28 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 23:48:28 +0100 |
| commit | 301c2254773ed854c2d59b5219baa1bc17e4f134 (patch) | |
| tree | 5b3289d7326d0d26fe78c350b78a6307eee67855 /debian | |
| parent | c6211083b2442ef7f3294335c1ef1f2522bca3ca (diff) | |
| download | python-apt-301c2254773ed854c2d59b5219baa1bc17e4f134.tar.gz | |
* added a better clean target
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3753e9f7..c8991957 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,8 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) distclean + rm -rf po/mo + find . -name "*.pyc" -exec rm -f {} \; ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif |
