aboutsummaryrefslogtreecommitdiffstats
path: root/www/emacs-w3m/files/extra-patch-Makefile.in
blob: 15883fceeefa87d5be50a97640509e9eefe4a996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.in.orig    2014-06-28 14:59:34.000000000 +0900
+++ Makefile.in 2014-06-28 15:02:17.000000000 +0900
@@ -99,19 +99,6 @@
          $(INSTALL_DATA) shimbun/$$p "$(DESTDIR)$(lispdir)/s$$p";\
        fi;\
      done;\
-     for p in `cd shimbun && echo *.el`; do\
-       echo "$(INSTALL_DATA) shimbun/$$p \"$(DESTDIR)$(lispdir)/$$p\"";\
-       $(INSTALL_DATA) shimbun/$$p "$(DESTDIR)$(lispdir)/$$p";\
-       if test $(COMPRESS_INSTALL) = yes -a -n "$(GZIP_PROG)"\
-       -a -f "shimbun/$$p"c; then\
-       rm -f "$(DESTDIR)$(lispdir)/$$p".gz;\
-       $(GZIP_PROG) -9n "$(DESTDIR)$(lispdir)/$$p";\
-       fi;\
-     done;\
-     for p in `cd shimbun && echo *.elc`; do\
-       echo "$(INSTALL_DATA) shimbun/$$p \"$(DESTDIR)$(lispdir)/$$p\"";\
-       $(INSTALL_DATA) shimbun/$$p "$(DESTDIR)$(lispdir)/$$p";\
-     done;\
    fi
 
 install-icons: