>>>> "JAT" == John A Turner
<turner(a)blueskystudios.com> writes:
JAT> just a note...
JAT> after updating my 21.2 tree my rebuild failed with:
JAT> makeinfo -P xemacs -o ../info/xemacs.info xemacs/xemacs.texi
JAT> Making info file `../info/xemacs.info' from `xemacs/xemacs.texi'.
JAT> xemacs/programs.texi:1087: Unknown command `env'.
JAT> xemacs/programs.texi:1087: Misplaced {.
JAT> xemacs/programs.texi:1087: Misplaced }.
JAT> makeinfo: Removing output file `../info/xemacs.info' due to errors; use
--force to preserve.
JAT> found an old makeinfo (3.12) in my path, renamed and updated to the
JAT> texinfo-4.0 pkg, and all is happy
We want our texis compilable by old makeinfos if possible.
Francesco: please incorporate into your own sources.
Index: man/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.57.2.168
diff -u -w -U0 -r1.57.2.168 ChangeLog
--- man/ChangeLog 2001/02/08 07:19:54 1.57.2.168
+++ man/ChangeLog 2001/02/10 13:53:29
@@ -0,0 +1,4 @@
+2001-02-10 Martin Buchholz <martin(a)xemacs.org>
+
+ * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
+
Index: man/xemacs/programs.texi
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/man/xemacs/programs.texi,v
retrieving revision 1.2.2.5
diff -u -w -r1.2.2.5 programs.texi
--- man/xemacs/programs.texi 2001/02/08 05:19:59 1.2.2.5
+++ man/xemacs/programs.texi 2001/02/10 13:53:35
@@ -1084,7 +1084,7 @@
tag.@refill
Other commands can make tags as well, if you specify them in the
-environment variable @env{TEXTAGS} before invoking @code{etags}. The
+environment variable @code{TEXTAGS} before invoking @code{etags}. The
value of this environment variable should be a colon-separated list of
command names. For example,