2000-12-22 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 22 Dec 2000 07:05:17 +0000 (07:05 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 22 Dec 2000 07:05:17 +0000 (07:05 +0000)
* Makefile.in (install-el): New.

lisp/ChangeLog
lisp/Makefile.in

index 181f151..783f2d2 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * Makefile.in (install-el): New.
+
 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (article-treat-dumbquotes): Quote \.
@@ -5,7 +9,7 @@
 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
-       Emacs runs on a terminal.
+       Emacs 20 runs on a terminal.
 
 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index 6d3f180..dde4019 100644 (file)
@@ -34,6 +34,13 @@ install: clever
          $(INSTALL_DATA) $$p $(lispdir)/$$p; \
        done
 
+install-el:
+       $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
+       for p in *.el; do \
+         echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
+         $(INSTALL_DATA) $$p $(lispdir)/$$p; \
+       done
+
 tags:
        etags *.el