summaryrefslogtreecommitdiff
path: root/www/emacs-w3m/files/patch-Makefile.in
blob: c27d78bb1d0e81df384447c3791aadd638b05d87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in.orig	Mon Jul  1 00:49:09 2002
+++ Makefile.in	Mon Jul  1 00:49:17 2002
@@ -32,7 +32,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;\