From: yamaoka Date: Thu, 2 Nov 2000 12:09:07 +0000 (+0000) Subject: (dgnushack-make-manifest): Fix info directory. X-Git-Tag: t-gnus-6_14-quimby-before-installer-changed-~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=121213aa5f42eac35d02a58d6a48f7da889c5671;p=elisp%2Fgnus.git- (dgnushack-make-manifest): Fix info directory. --- diff --git a/ChangeLog b/ChangeLog index b58ec3a..8dba139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-11-02 Katsumi Yamaoka + * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory. + +2000-11-02 Katsumi Yamaoka + * Makefile.in (install-package-ja): Compile and install lisp files first. (install-package): Ditto. diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index c50cb42..95af781 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -439,7 +439,7 @@ You must specify the name of the package path as follows: dgnushack-info-file-regexp-ja)) 'string-lessp)) (while (setq file (pop files)) - (insert lisp-dir file "\n")))))) + (insert "info/" file "\n")))))) (defun dgnushack-install-package-info-files (package-dir regexp) "Install info files as an XEmacs package."