aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-26 10:56:06 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-26 10:56:06 +0000
commit0d265ed2a60c8e80f5acadc1ca9719bc136c540e (patch)
tree830bc798541e35f8b46915f3bf66d6d991d8d832 /debian/patches
parentRevive 050_entity-h-clean.patch (diff)
downloadw3m-0d265ed2a60c8e80f5acadc1ca9719bc136c540e.tar.gz
w3m-0d265ed2a60c8e80f5acadc1ca9719bc136c540e.zip
Remove 050_entity-h-clean.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/050_entity-h-clean.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/050_entity-h-clean.patch b/debian/patches/050_entity-h-clean.patch
deleted file mode 100644
index 694ec4d..0000000
--- a/debian/patches/050_entity-h-clean.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Remove entity.h when `make clean'
- The file entity.h is regenerated at build time, so it should be
- removed when `make clean'.
-Forwarded: http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/201102.month/4451.html
-Author: Tatsuya Kinoshita <tats@debian.org>
-
-diff -urN w3m-0.5.3.orig/Makefile.in w3m-0.5.3/Makefile.in
---- w3m-0.5.3.orig/Makefile.in 2011-01-04 18:22:18.000000000 +0900
-+++ w3m-0.5.3/Makefile.in 2011-02-06 15:58:12.000000000 +0900
-@@ -288,6 +288,7 @@
- clean: sweep
- -$(RM) -f *.o *.a $(TARGETS) mktable$(EXT)
- -$(RM) -f funcname.tab
-+ -$(RM) -f entity.h
- -$(RM) -f funcname.c funcname1.h funcname2.h tagtable.c functable.c
- -for dir in w3mimg libwc; \
- do \