* lisp/gnus-vers.el (gnus-revision-number): Increment to 02. t-gnus-6_14_6-02
authoryamaoka <yamaoka>
Mon, 22 Jan 2001 11:14:06 +0000 (11:14 +0000)
committeryamaoka <yamaoka>
Mon, 22 Jan 2001 11:14:06 +0000 (11:14 +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 7aca149..56c3450 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
+
+       * 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-18  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
@@ -13,7 +23,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 4998d58..a1bd47d 100644 (file)
@@ -76,10 +76,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 2ac09dc..6ea8e34 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 e3cccae..f5003c7 100644 (file)
@@ -31,7 +31,7 @@
 (require 'product)
 (provide 'gnus-vers)
 
-(defconst gnus-revision-number "01"
+(defconst gnus-revision-number "02"
   "Revision number for this version of gnus.")
 
 ;; Product information of this gnus.