X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=glafp-utils%2FREADME;h=8967522e5a25268e74605947908e0ebdd7301038;hb=d7d596d039b48dec6b71df9c4bca0d12958ecdb9;hp=235486f5da31e807d36ede9cc06d0a2403dd976b;hpb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;p=ghc-hetmet.git diff --git a/glafp-utils/README b/glafp-utils/README index 235486f..8967522 100644 --- a/glafp-utils/README +++ b/glafp-utils/README @@ -2,19 +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/.) -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 - system, Makefiles have loads of useful config info in - them, this is the program used to sneak that info into - other files. - -scripts/ little utility scripts - - fastmake a "make" wrapper for compiling Haskell programs; - essentially, strips out the "make depend"ed - dependencies to avoid so much re-checking. - lndir from X imake stuff (via DuBois); make a shadow tree of symbolic links @@ -29,3 +16,16 @@ scripts/ little utility scripts runstdtest runs a pgm with some flags & some stdin; checks for an expected exit code, expected stdout, and expected stderr. (Expect this to change :-) + + verbatim pre-processor for LaTeX files that typesets text between + @...@ in typewriter font. + + sgmlverb pre-processor for SGML that does essentially the same thing + as verbatim. + + docbook scripts to process DocBook files stolen from Cygnus DocBook + tools. + + genargs converts whitespace separated strings into partial + Haskell lists. +