summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>1999-01-24 16:04:24 +0000
committerKarl Berry <karl@gnu.org>1999-01-24 16:04:24 +0000
commit9d9111c450ea33fdea7aa08478b8f3584cc609f5 (patch)
tree67403afaf4c7294bf58888f8358df04d8bae7d74
parent0f686c1e6b7c16bbada252f29f4581dabc9266da (diff)
downloadgunmake-9d9111c450ea33fdea7aa08478b8f3584cc609f5.tar.gz
* texinfo.tex (\obstexwarn): Don't use *** in message, it
interferes with make output parsing.
-rw-r--r--texinfo.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/texinfo.tex b/texinfo.tex
index bf1af25..2ff84c5 100644
--- a/texinfo.tex
+++ b/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{1999-01-21}%
+\def\texinfoversion{1999-01-24}%
%
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
% Free Software Foundation, Inc.
@@ -870,7 +870,7 @@ where each line of input produces a line of output.}
% We need to warn folks that they may have trouble with TeX 3.0.
% This uses \immediate\write16 rather than \message to get newlines.
\immediate\write16{}
- \immediate\write16{***WARNING*** for users of Unix TeX 3.0!}
+ \immediate\write16{WARNING: for users of Unix TeX 3.0!}
\immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).}
\immediate\write16{If you are running another version of TeX, relax.}
\immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}