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'.
(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.
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 \
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"; \
(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.