aboutsummaryrefslogtreecommitdiffstats
path: root/www/emacs-w3m/files/patch-Makefile.in
blob: c83dad7b004da3e37b5323bb59a2eb66ca89f81f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in.orig	Sat Mar 24 03:52:13 2001
+++ Makefile.in	Sat Mar 24 03:52:22 2001
@@ -41,7 +41,7 @@
 
 install: default
 	@$(SHELL) ./mkinstalldirs $(lispdir);\
-	for p in ChangeLog *.el; do\
+	for p in *.el; do\
 	  echo " $(INSTALL_DATA) $$p $(lispdir)/$$p";\
 	  $(INSTALL_DATA) $$p $(lispdir)/$$p;\
 	done;\