mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
* check/Makefile.am: "make debug" target should pass only the main test tool program as argument for running gdb * configure.ac: Add the --enable-assertions options. * doc/Makefile.am, doc/body.texi, doc/lightning.texi: Major rewrite of the documentation to match the current implementation. * doc/version.texi: Automatic date update. * doc/ifib.c, doc/incr.c, doc/printf.c, doc/rfib.c, doc/rpn.c: Implementation of the documentation examples, that are also compiled during a normal build. * doc/p-lightning.texi, doc/porting.texi, doc/toc.texi, doc/u-lightning.texi, doc/using.texi: These files were renamed in the documentation rewrite, as the documentation was significantly trimmed due to full removal of the porting chapters. Better porting documentation should be added but for the moment it was just removed the documentation not matching the implementation.
78 lines
1.7 KiB
Text
78 lines
1.7 KiB
Text
\input texinfo.tex @c -*- texinfo -*-
|
|
@c %**start of header (This is for running Texinfo on a region.)
|
|
|
|
@setfilename lightning.info
|
|
|
|
@set TITLE Using @sc{gnu} @i{lightning}
|
|
@set TOPIC installing and using
|
|
|
|
@settitle @value{TITLE}
|
|
|
|
@c ---------------------------------------------------------------------
|
|
@c Common macros
|
|
@c ---------------------------------------------------------------------
|
|
|
|
@macro bulletize{a}
|
|
@item
|
|
\a\
|
|
@end macro
|
|
|
|
@macro rem{a}
|
|
@r{@i{\a\}}
|
|
@end macro
|
|
|
|
@macro gnu{}
|
|
@sc{gnu}
|
|
@end macro
|
|
|
|
@macro lightning{}
|
|
@gnu{} @i{lightning}
|
|
@end macro
|
|
|
|
@c ---------------------------------------------------------------------
|
|
@c Macros for Texinfo 3.1/4.0 compatibility
|
|
@c ---------------------------------------------------------------------
|
|
|
|
@c @hlink (macro), @url and @email are used instead of @uref for Texinfo 3.1
|
|
@c compatibility
|
|
@macro hlink{url, link}
|
|
\link\ (\url\)
|
|
@end macro
|
|
|
|
@c ifhtml can only be true in Texinfo 4.0, which has uref
|
|
@ifhtml
|
|
@unmacro hlink
|
|
|
|
@macro hlink{url, link}
|
|
@uref{\url\, \link\}
|
|
@end macro
|
|
|
|
@macro email{mail}
|
|
@uref{mailto:\mail\, , \mail\}
|
|
@end macro
|
|
|
|
@macro url{url}
|
|
@uref{\url\}
|
|
@end macro
|
|
@end ifhtml
|
|
|
|
@c ---------------------------------------------------------------------
|
|
@c References to the other half of the manual
|
|
@c ---------------------------------------------------------------------
|
|
|
|
@macro usingref{node, name}
|
|
@ref{\node\, , \name\}
|
|
@end macro
|
|
|
|
@c ---------------------------------------------------------------------
|
|
@c End of macro section
|
|
@c ---------------------------------------------------------------------
|
|
|
|
@include version.texi
|
|
@include body.texi
|
|
|
|
@c %**end of header (This is for running Texinfo on a region.)
|
|
|
|
@c ***********************************************************************
|
|
|
|
@bye
|