The info for the new `emodules' stuff by J. Kean Johnston is not
being built or installed as part of the normal install process. I
assume this is an oversight?
I notice that a recent `man/ChangeLog' entry implys that the
`install-info' program is being used. I can not see this in the
`Makefile' and hence I updated `/info/dir'.
patch:-
--- ChangeLog~ Sun May 16 14:58:29 1999
+++ ChangeLog Sun May 16 16:54:31 1999
@@ -1,3 +1,7 @@
+1999-05-16 Mike McEwan <mike(a)lotusland.demon.co.uk>
+
+ * info/dir: Add `emodules.info' entry to the top info dir.
+
1999-05-14 Hrvoje Niksic <hniksic(a)srce.hr>
* configure.in (quoted_arguments): Support
--- info/dir.orig Sun May 16 18:50:13 1999
+++ info/dir Sun May 16 15:34:19 1999
@@ -44,6 +44,7 @@
* New-Users-Guide:: XEmacs New User's Guide for XEmacs 21.2.
* XEmacs-FAQ:: XEmacs Frequently Asked Questions for 21.2.
* Internals:: Guide to the internals of XEmacs.
+* Emodules:: XEmacs dynamic loadable module support.
Local Packages:
--- man/ChangeLog~ Sun May 16 14:58:35 1999
+++ man/ChangeLog Sun May 16 18:47:46 1999
@@ -1,3 +1,7 @@
+1999-05-16 Mike McEwan <mike(a)lotusland.demon.co.uk>
+
+ * Makefile: Added `emodules.info' to info targets.
+
1999-05-14 XEmacs Build Bot <builds(a)cvs.xemacs.org>
* XEmacs 21.2.14 is released
--- man/Makefile.orig Sun May 16 18:43:54 1999
+++ man/Makefile Sun May 16 15:11:16 1999
@@ -43,6 +43,7 @@
info_files = \
$(INFODIR)/cl.info \
$(INFODIR)/custom.info \
+ $(INFODIR)/emodules.info \
$(INFODIR)/external-widget.info \
$(INFODIR)/info.info \
$(INFODIR)/standards.info \
@@ -55,6 +56,7 @@
dvi_files = \
cl.dvi \
custom.dvi \
+ emodules.dvi \
external-widget.dvi \
info.dvi \
standards.dvi \
@@ -69,6 +71,9 @@
../info/custom.info : custom.texi
-$(MAKEINFO) custom.texi -o ../info/custom.info
+
+../info/emodules.info : emodules.texi
+ -$(MAKEINFO) emodules.texi -o ../info/emodules.info
../info/external-widget.info : external-widget.texi
-$(MAKEINFO) external-widget.texi -o ../info/external-widget.info
--
Mike.
Show replies by date