[m-rev.] for review: put work in progress on web site
    Fergus Henderson 
    fjh at cs.mu.OZ.AU
       
    Wed Oct 23 11:56:31 AEST 2002
    
    
  
On 23-Oct-2002, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> 
> Make the "work in progress" file appear on the web site.
I think that's a good idea, but I'd like to keep the WORK_IN_PROGRESS
file in the distribution too, and in the same place as the NEWS file.
An Mmakefile rule such as
	TEXT_TO_HTML = TERM=vt100 lynx -dump
	WORK_IN_PROGRESS: compiler/notes/work_in_progress.html
		$(TEXT_TO_HTML) compiler/notes/work_in_progress.html \
			> WORK_IN_PROGRESS
(next to the rules for README and INSTALL, I guess)
plus a couple of additional dependencies
	tar: ... WORK_IN_PROGRESS
	all: ... WORK_IN_PROGRESS
should do the trick, I think.
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
    
    
More information about the reviews
mailing list