This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: allow manuals to build


We found that we could not build the libc.pdf and libm.pdf manuals without this patch to remove the "LOCAL KLUGE". It seems to me that any desired fixes to the formatting ought to be done in the makedoc program instead.

OK to commit?

-Sandra

2008-08-27  Sandra Loosemore  <sandra@codesourcery.com>

	newlib/
	* libc/libc.texinfo: Remove "LOCAL KLUGE" that prevents it from
	building.
	* libm/libm.texinfo: Likewise.
Index: newlib/libc/libc.texinfo
===================================================================
RCS file: /cvs/src/src/newlib/libc/libc.texinfo,v
retrieving revision 1.15
diff -r1.15 libc.texinfo
3,17d2
< @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
Index: newlib/libm/libm.texinfo
===================================================================
RCS file: /cvs/src/src/newlib/libm/libm.texinfo,v
retrieving revision 1.9
diff -r1.9 libm.texinfo
3,17d2
< @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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]