summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-Makefile_in')
-rw-r--r--editors/emacs/patches/patch-Makefile_in23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/emacs/patches/patch-Makefile_in b/editors/emacs/patches/patch-Makefile_in
deleted file mode 100644
index ce3255f..0000000
--- a/editors/emacs/patches/patch-Makefile_in
+++ /dev/null
@@ -1,23 +0,0 @@
1- don't compress man and info pages.
2
3Index: Makefile.in
4--- Makefile.in.orig
5+++ Makefile.in
6@@ -693,7 +693,7 @@ install-info: info
7 for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
8 (cd "$${thisdir}"; \
9 ${INSTALL_DATA} ${srcdir}/info/$$f "$(DESTDIR)${infodir}/$$f"); \
10- [ -n "${GZIP_PROG}" ] || continue ; \
11+ [ -n "" ] || continue ; \
12 rm -f "$(DESTDIR)${infodir}/$$f.gz"; \
13 ${GZIP_PROG} -9n "$(DESTDIR)${infodir}/$$f"; \
14 done; \
15@@ -717,7 +717,7 @@ install-man:
16 dest=`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1; \
17 (cd "$${thisdir}"; \
18 ${INSTALL_DATA} ${mansrcdir}/$${page} "$(DESTDIR)${man1dir}/$${dest}"); \
19- [ -n "${GZIP_PROG}" ] || continue ; \
20+ [ -n "" ] || continue ; \
21 rm -f "$(DESTDIR)${man1dir}/$${dest}.gz"; \
22 ${GZIP_PROG} -9n "$(DESTDIR)${man1dir}/$${dest}" || true; \
23 done