diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-04-02 01:04:50 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-04-02 01:04:50 +0000 |
commit | 0e84f5fea85c5a999df58909adfb8e67448eb8c3 (patch) | |
tree | 1995b3d86de2e61ce5ae749816bf20e16424789d /www/emacs-w3m/files/patch-Makefile.in | |
parent | Add ruby-panda, a Ruby extension library to access Panda, a GPL'ed (diff) |
Add emacs-w3m-emacs20, a simple interface program of w3m for Emacs20.
PR: 26130
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes:
svn path=/head/; revision=40703
Diffstat (limited to 'www/emacs-w3m/files/patch-Makefile.in')
-rw-r--r-- | www/emacs-w3m/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/emacs-w3m/files/patch-Makefile.in b/www/emacs-w3m/files/patch-Makefile.in new file mode 100644 index 000000000000..c83dad7b004d --- /dev/null +++ b/www/emacs-w3m/files/patch-Makefile.in @@ -0,0 +1,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;\ |