From: yamaoka Date: Mon, 22 Jan 2001 11:15:04 +0000 (+0000) Subject: * lisp/gnus-vers.el (gnus-revision-number): Increment to 05. X-Git-Tag: t-gnus-6_15_0-05-quimby~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2aa55c6b46825899556ad61f9909e68a9f4e21c2;p=elisp%2Fgnus.git- * 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. --- diff --git a/ChangeLog b/ChangeLog index 695ff30..f50e36c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2001-01-22 Katsumi Yamaoka + * 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 + * 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. diff --git a/Makefile.in b/Makefile.in index fb624a5..33bb635 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 7252ddd..4408bca 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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"; \ diff --git a/lisp/gnus-vers.el b/lisp/gnus-vers.el index e17116e..cb91cff 100644 --- a/lisp/gnus-vers.el +++ b/lisp/gnus-vers.el @@ -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.