From 121213aa5f42eac35d02a58d6a48f7da889c5671 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 2 Nov 2000 12:09:07 +0000 Subject: [PATCH] (dgnushack-make-manifest): Fix info directory. --- ChangeLog | 4 ++++ lisp/dgnushack.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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." -- 1.7.10.4