(dgnushack-make-manifest): Fix info directory.
authoryamaoka <yamaoka>
Thu, 2 Nov 2000 12:09:07 +0000 (12:09 +0000)
committeryamaoka <yamaoka>
Thu, 2 Nov 2000 12:09:07 +0000 (12:09 +0000)
ChangeLog
lisp/dgnushack.el

index b58ec3a..8dba139 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
 
+       * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory.
+
+2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
+
        * Makefile.in (install-package-ja): Compile and install lisp files
        first.
        (install-package): Ditto.
index c50cb42..95af781 100644 (file)
@@ -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."