From 24b509b5a2cd4ef9c8b4b0a4cf5278b15e151d89 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 26 Feb 1999 05:16:53 +0000 Subject: [PATCH] * Makefile.in: (add-info-suffix, remove-info-suffix): New targets. (package, install-package, package-ja, install-package-ja): Use them. (xinfo, xinfo-ja): Only build infos. * texi/Makefile.in (add-info-suffix): Chdir ../lisp first. * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir ../texi first. (dgnushack-install-package): Don't refer to `package-path'; error if the package path does not found. (TopLevel): Don't define `gnus-revision-number', `gnus-version-number' and `package-path'. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27009a9..08a62dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1999-02-26 Katsumi Yamaoka + + * Makefile.in (add-info-suffix, remove-info-suffix): New targets. + (package, install-package, package-ja, install-package-ja): Use + them. + (xinfo, xinfo-ja): Only build infos. + + * texi/Makefile.in (add-info-suffix): Chdir ../lisp first. + + * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir + ../texi first. + (dgnushack-install-package): Don't refer to `package-path'; error + if the package path does not found. + (TopLevel): Don't define `gnus-revision-number', + `gnus-version-number' and `package-path'. + 1999-02-24 Katsumi Yamaoka * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting, -- 1.7.10.4