[m-rev.] trivial diff: fix bug in doc/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jan 21 16:05:19 AEDT 2004


Estimated hours taken: 0.5
Branches: main

doc/Mmakefile:
	Add some missing dependencies which are needed now that we generate
	the HTML files using makeinfo.

Workspace: /home/jupiter/fjh/ws-jupiter/mercury
Index: doc/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/Mmakefile,v
retrieving revision 1.36
diff -u -d -r1.36 Mmakefile
--- doc/Mmakefile	20 Oct 2003 07:29:21 -0000	1.36
+++ doc/Mmakefile	21 Jan 2004 05:03:52 -0000
@@ -278,7 +278,8 @@
 		esac;							\
 	done > library-chapters.texi_pp
 
-library.dvi library_toc.html library_1.html mercury_library.info: \
+library.dvi library_toc.html library_1.html mercury_library.info \
+		mercury_library.html mercury_library/index.html: \
 	library-menu.texi_pp library-chapters.texi_pp
 
 #-----------------------------------------------------------------------------#

-- 
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