[project @ 1998-01-21 14:32:15 by simonm]
[ghc-hetmet.git] / glafp-utils / README
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>.)
4
5  lndir          from X imake stuff (via DuBois); make a shadow tree
6                 of symbolic links
7
8  ltx            a "latex" wrapper.  Re-runs latex/bibtex/makeindex
9                 enough times to "do the right thing."
10
11  mkdependC      script version of C makedepend (from X11R4 via DuBois)
12
13  mkdirhier      "mkdir a/b/c/d" will do "mkdir a; mkdir a/b; ..."
14                 (assuming none of those dirs exist)
15
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 :-)
19
20  verbatim       pre-processor for LaTeX files that typesets text between
21                 @...@ in typewriter font.
22
23  sgmlverb       pre-processor for SGML that does essentially the same thing
24                 as verbatim.