2008-08-27 Sandra Loosemore <sandra@codesourcery.com>
* libc/libc.texinfo: Remove "LOCAL KLUGE" that prevents it from building pdfs. * libm/libm.texinfo: Likewise.
This commit is contained in:
parent
05a6cb1bb2
commit
cbeb458829
|
@ -1,3 +1,9 @@
|
|||
2008-08-27 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* libc/libc.texinfo: Remove "LOCAL KLUGE" that prevents it
|
||||
from building pdfs.
|
||||
* libm/libm.texinfo: Likewise.
|
||||
|
||||
2008-08-27 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Fix condition for
|
||||
|
|
|
@ -1,20 +1,5 @@
|
|||
\input texinfo.tex
|
||||
@setfilename libc.info
|
||||
@tex
|
||||
% NOTE LOCAL KLUGE TO AVOID TOO MUCH WHITESPACE FROM "makedoc"
|
||||
\global\long\def\example{%
|
||||
\begingroup
|
||||
\let\aboveenvbreak=\par
|
||||
\let\afterenvbreak=\par
|
||||
\parskip=0pt
|
||||
\lisp}
|
||||
\global\long\def\Eexample{%
|
||||
\Elisp
|
||||
\endgroup
|
||||
\vskip -\parskip% to cancel out effect of following \par
|
||||
}
|
||||
% END LOCAL WHITESPACE KLUGE
|
||||
@end tex
|
||||
@syncodeindex fn cp
|
||||
|
||||
@ifinfo
|
||||
|
|
|
@ -1,20 +1,5 @@
|
|||
\input texinfo.tex
|
||||
@setfilename libm.info
|
||||
@tex
|
||||
% NOTE LOCAL KLUGE TO AVOID TOO MUCH WHITESPACE FROM "makedoc"
|
||||
\global\long\def\example{%
|
||||
\begingroup
|
||||
\let\aboveenvbreak=\par
|
||||
\let\afterenvbreak=\par
|
||||
\parskip=0pt
|
||||
\lisp}
|
||||
\global\long\def\Eexample{%
|
||||
\Elisp
|
||||
\endgroup
|
||||
\vskip -\parskip% to cancel out effect of following \par
|
||||
}
|
||||
% END LOCAL WHITESPACE KLUGE
|
||||
@end tex
|
||||
@syncodeindex fn cp
|
||||
|
||||
@ifinfo
|
||||
|
|
Loading…
Reference in New Issue