Index of /archives/text/CTAN/web/glasgow/lit2x-0.16/literate/info-utils
Name Last modified Size Description
Parent Directory -
ChangeLog 1992-09-07 09:00 18K
Jmakefile 1992-08-27 09:00 1.6K
Makefile.in 1992-09-07 09:00 3.3K
Makefile.original 1991-07-19 09:00 1.8K
README 1992-09-07 09:00 630
bug.texi 1990-09-13 09:00 381
configure 1992-09-07 09:00 11K
configure.in 1992-09-07 09:00 286
default-nodes.texinfo 1991-02-02 09:00 607
getopt.c 1993-06-29 09:00 19K
getopt.h 1993-06-29 09:00 4.0K
getopt1.c 1992-09-07 09:00 3.5K
info.1 1990-08-04 09:00 3.1K
info.c 1993-06-29 09:00 107K
info.el 1992-03-23 09:00 67K
linebreaks.texi 1991-02-20 09:00 646
makeinfo.c 1993-06-29 09:00 181K
makeinfo.texinfo 1991-03-05 09:00 6.9K
postmakeinfo.prl 1990-09-29 09:00 1.9K
test-suite.texinfo 1989-07-24 09:00 5.5K
testfile.texinfo 1989-08-15 09:00 3.0K
This is a hacked version of the std GNU `info' and `makeinfo'.
The last version compared against was in the texinfo-2.15 package.
The version of Dave Gillespie's info.el is 1.05; it's *great*!
"makeinfo" is the only pgm which we've mangled significantly. The
diffs vs the GNU-distributed `makeinfo' and our "enhancements", both
turned on by #defines:
* -DALLOW_JUNK puts the text of unrecognized commands through (vs
tossed away)
* -DTRACK_SRCFILE puts in additional commands @srcfile and @srclineno,
which try to allow tracking of the original src file (assuming the
.texinfo file was generated from something else).