File: proper-clean.patch

package info (click to toggle)
killer 0.90-15
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 764 kB
  • sloc: perl: 8,785; makefile: 35; sh: 1
file content (13 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove generated files.

--- killer-git.orig/Makefile	2014-09-28 09:00:26.239856962 +0200
+++ killer-git/Makefile	2014-09-28 09:00:40.015971131 +0200
@@ -19,7 +19,7 @@
 	pod2text $(SCRIPTNAME) > $(SCRIPTNAME).txt
 
 clean:
-	-rm -f $(TARGETS) pod2html-*cache
+	-rm -f $(TARGETS) pod2html-*cache pod2htm*.tmp
 
 install:
 	@echo "You probably want to customize the script then copy it into place yourself." 1>&2