summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-09-03 22:57:17 +0300
committerChristian Wieninger <cwieninger@gmx.de>2011-09-04 20:28:45 +0200
commitc862161382fef270b59db640c3d2e2ae5721705a (patch)
tree289ee60b254087be4cb486213ad71db17fad6b6d /Makefile
parentb7dcf13a849bc387102e5f6124d3a5babf989645 (diff)
downloadvdr-plugin-epgsearch-c862161382fef270b59db640c3d2e2ae5721705a.tar.gz
vdr-plugin-epgsearch-c862161382fef270b59db640c3d2e2ae5721705a.tar.bz2
Clean up more temporary files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34d06a0..4b0d137 100644
--- a/Makefile
+++ b/Makefile
@@ -288,7 +288,8 @@ install-doc:
@cp man/en/*5.gz $(MANDIR)/man5/
@cp man/de/*1.gz $(MANDIR)/de/man1/
@cp man/de/*5.gz $(MANDIR)/de/man5/
+
clean:
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(OBJS2) $(OBJS3) $(OBJS4) $(DEPFILE) *.so *.tgz core* createcats createcats.o pod2*.tmp
- @-find . -name "*~" -print0 | xargs -0r rm -f
+ @-find . \( -name "*~" -o -name "#*#" \) -print0 | xargs -0r rm -f