X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=glafp-utils%2FREADME;h=235486f5da31e807d36ede9cc06d0a2403dd976b;hp=8fa596fc61954ff35776e58c1391dd864817b993;hb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;hpb=f7ecf7234c224489be8a5e63fced903b655d92ee diff --git a/glafp-utils/README b/glafp-utils/README index 8fa596f..235486f 100644 --- a/glafp-utils/README +++ b/glafp-utils/README @@ -2,8 +2,6 @@ This directory tree's worth of stuff are utility bits that are used in more than one of the Glasgow functional-programming tools. (For the project-specific bits, try /utils/.) -etags/ A variant of the common Emacs tags-generating program. - msub/ a utility from Paul DuBois, that lets you substitute for make variables (e.g., $(CC) ) in any old document. Given that, with the "make world" configuration @@ -11,10 +9,6 @@ msub/ a utility from Paul DuBois, that lets you substitute them, this is the program used to sneak that info into other files. -verbatim/ A LaTeX pre-processor that some people like, namely - Simon PJ. Provides shorthand for common LaTeX - constructs that he uses. - scripts/ little utility scripts fastmake a "make" wrapper for compiling Haskell programs; @@ -32,13 +26,6 @@ scripts/ little utility scripts mkdirhier "mkdir a/b/c/d" will do "mkdir a; mkdir a/b; ..." (assuming none of those dirs exist) - perltags "etags" for Perl. - runstdtest runs a pgm with some flags & some stdin; checks for an expected exit code, expected stdout, and expected stderr. (Expect this to change :-) - - zap-if-same Zap files in this directory (and subdirectories) if - they are identical to files in the given directory - (and its subdirectories). With -s, it replaces the - files here with symlinks to the files there.