From 87966417e65e5ae1dec138db41ba6ca32e9bb2c8 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 21 Jan 1998 14:32:15 +0000 Subject: [PATCH] [project @ 1998-01-21 14:32:15 by simonm] update: remove fastmake and msub, and add sgmlverb. --- glafp-utils/README | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/glafp-utils/README b/glafp-utils/README index 235486f..22db871 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,9 @@ 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. -- 1.7.10.4