freebsd-ports/news/gnus-emacs20/files/patch-ae
Clive Lin 8ea3b67cff Newest version of gnus for emacs20. If you think the gnus comes with
emacs20 port is too old, try this out.

PR: 24714
Submitted by: Ilya Martynov <ilya@martynov.org>
2001-02-01 14:25:17 +00:00

11 lines
403 B
Text

--- Makefile.in~ Thu Jan 4 08:15:51 2001
+++ Makefile.in Mon Jan 29 14:53:19 2001
@@ -13,7 +13,7 @@
cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all
install:
- cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" install
+ cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" install install-el
cd texi && $(MAKE) EMACS="$(EMACS)" install
# Rule for Lars and nobody else.