Clean up some more leftover files in clean target
Axel Beckert
11 years ago
47 | 47 | -rm -rf debian/dillo debian/files* core debian/substvars debian/prerm.debhelper debian/*postinst.debhelper debian/*postrm.debhelper |
48 | 48 | -rm -f `find . -name "*.o"` `find . -name "*.dpi"` `find . -name "*.a"` |
49 | 49 | -rm -f `find . -name "*.gmo"` src/dillo dpid/dpid config/dillocfg |
50 | -rm -f `find . -name "Makefile.in"` config.guess config.sub configure | |
51 | -rm -f depcomp install-sh missing aclocal.m4 debian/dillo.png | |
50 | 52 | [ ! -f Makefile ] || $(MAKE) clean |
51 | 53 | dh_clean |
52 | 54 |