* lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
authoryamaoka <yamaoka>
Mon, 22 Jan 2001 11:15:04 +0000 (11:15 +0000)
committeryamaoka <yamaoka>
Mon, 22 Jan 2001 11:15:04 +0000 (11:15 +0000)
* Makefile.in (install-package-lisp): Use `install-without-compiling' instead
 of `install'.

* lisp/Makefile.in (install): Use `install-without-compiling'.
(install-without-compiling): New target.

ChangeLog
Makefile.in
lisp/Makefile.in
lisp/gnus-vers.el

index 695ff30..f50e36c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
 
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
+
+       * Makefile.in (install-package-lisp): Use
+       `install-without-compiling' instead of `install'.
+
+       * lisp/Makefile.in (install): Use `install-without-compiling'.
+       (install-without-compiling): New target.
+
+2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
+
        * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
        `infohack-texi-format'.
 
@@ -26,7 +36,7 @@
        (clever): Check for whether the all elc files should be recompiled.
 
        * Makefile.in (xclever): New target.
-       (install-package-lisp): Replace `install-lisp' with `instal'.
+       (install-package-lisp): Replace `install-lisp' with `install'.
        (install-package-ja): Replace `xlick' with `xclever'.
        (install-package): Ditto.
 
index fb624a5..33bb635 100644 (file)
@@ -80,10 +80,10 @@ install-package-lisp:
        fi; \
        echo "cd lisp && $(MAKE) EMACS=$(XEMACS)" \
                "lispdir=$$package_dir""/lisp/$(GNUS_PRODUCT_NAME)" \
-               "install"; \
+               "install-without-compiling"; \
        cd lisp && $(MAKE) EMACS="$(XEMACS)" \
                lispdir="$$package_dir""/lisp/$(GNUS_PRODUCT_NAME)" \
-               install
+               install-without-compiling
 
 install-package-info:
        @if test x$(PACKAGEDIR) = x; then \
index 7252ddd..4408bca 100644 (file)
@@ -40,16 +40,19 @@ clever some:
            test -f $(srcdir)/gnus-xmas.elc && RM_ELC=t; \
          fi; \
          if test $$RM_ELC = t; then \
-           echo " => yes; rm -f *.elc auto-autoloads.el custom-load.el"; \
+           echo " => maybe yes;" \
+               "rm -f *.elc auto-autoloads.el custom-load.el"; \
            rm -f *.elc auto-autoloads.el custom-load.el; \
          else \
-           echo " => unnecessary"; \
+           echo " => maybe unnecessary"; \
          fi; \
        fi
        W3DIR=$(W3DIR) lispdir=$(lispdir) \
                srcdir=$(srcdir) $(EMACS) $(FLAGS) -f dgnushack-compile
 
-install: clever
+install: clever install-without-compiling
+
+install-without-compiling:
        $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
        @for p in `$(EXPORTING_FILES)`; do \
          echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
index e17116e..cb91cff 100644 (file)
@@ -31,7 +31,7 @@
 (require 'product)
 (provide 'gnus-vers)
 
-(defconst gnus-revision-number "04"
+(defconst gnus-revision-number "05"
   "Revision number for this version of gnus.")
 
 ;; Product information of this gnus.