mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-10 15:33:34 +00:00
* texinfo.tex (\contents, \summarycontents): Must not be \outer.
This commit is contained in:
parent
d153373039
commit
44309109fe
1 changed files with 2 additions and 2 deletions
|
@ -3433,7 +3433,7 @@ width0pt\relax} \fi
|
||||||
|
|
||||||
|
|
||||||
% Normal (long) toc.
|
% Normal (long) toc.
|
||||||
\outer\def\contents{%
|
\def\contents{%
|
||||||
\startcontents{\putwordTableofContents}%
|
\startcontents{\putwordTableofContents}%
|
||||||
\input \jobname.toc
|
\input \jobname.toc
|
||||||
\endgroup
|
\endgroup
|
||||||
|
@ -3441,7 +3441,7 @@ width0pt\relax} \fi
|
||||||
}
|
}
|
||||||
|
|
||||||
% And just the chapters.
|
% And just the chapters.
|
||||||
\outer\def\summarycontents{%
|
\def\summarycontents{%
|
||||||
\startcontents{\putwordShortContents}%
|
\startcontents{\putwordShortContents}%
|
||||||
%
|
%
|
||||||
\let\chapentry = \shortchapentry
|
\let\chapentry = \shortchapentry
|
||||||
|
|
Loading…
Reference in a new issue