1 This directory tree's worth of stuff are utility bits that are used in
2 more than one of the Glasgow functional-programming tools. (For the
3 project-specific bits, try <project>/utils/<blah>.)
5 lndir from X imake stuff (via DuBois); make a shadow tree
8 ltx a "latex" wrapper. Re-runs latex/bibtex/makeindex
9 enough times to "do the right thing."
11 mkdependC script version of C makedepend (from X11R4 via DuBois)
13 mkdirhier "mkdir a/b/c/d" will do "mkdir a; mkdir a/b; ..."
14 (assuming none of those dirs exist)
16 runstdtest runs a pgm with some flags & some stdin; checks for an
17 expected exit code, expected stdout, and expected
18 stderr. (Expect this to change :-)
20 verbatim pre-processor for LaTeX files that typesets text between
21 @...@ in typewriter font.
23 sgmlverb pre-processor for SGML that does essentially the same thing
26 docbook scripts to process DocBook files stolen from Cygnus DocBook