[m-rev.] trivial diff: remove module_system.html

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Nov 1 22:06:16 AEDT 2003


On 23-Oct-2003, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> compiler/notes/module_system.html:
> 	Remove.  [...]

Not quite so trivial as I first thought.
That change broke the nightly web page install.
Fixed (I hope) thusly.

----------

Estimated hours taken: 0.1
Branches: main

compiler/notes/Mmakefile:
w3/information/include/developer.inc:
	Delete references to the recently deleted module_system.html.

Workspace: /home/ceres/fjh/mercury
Index: compiler/notes/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/notes/Mmakefile,v
retrieving revision 1.10
diff -u -d -r1.10 Mmakefile
--- compiler/notes/Mmakefile	23 Oct 2002 06:30:07 -0000	1.10
+++ compiler/notes/Mmakefile	1 Nov 2003 11:02:55 -0000
@@ -31,11 +31,11 @@
 
 DOCS_TEXT=allocation.text authors.text coding_standards.text \
 	compiler_design.text gc_and_c_code.text glossary.text \
-	module_system.text release_checklist.text reviews.text todo.text \
+	release_checklist.text reviews.text todo.text \
 	work_in_progress.text
 DOCS_HTML=allocation.html authors.html coding_standards.html \
 	compiler_design.html gc_and_c_code.html glossary.html \
-	module_system.html release_checklist.html reviews.html todo.html \
+	release_checklist.html reviews.html todo.html \
 	work_in_progress.html
 DOCS_ALL=$(DOCS_TEXT) $(DOCS_HTML)
 
Index: w3/information/include/developer.inc
===================================================================
RCS file: /home/mercury1/repository/w3/information/include/developer.inc,v
retrieving revision 1.8
diff -u -d -r1.8 developer.inc
--- w3/information/include/developer.inc	23 Oct 2002 06:30:09 -0000	1.8
+++ w3/information/include/developer.inc	1 Nov 2003 11:00:05 -0000
@@ -63,14 +63,6 @@
 	<a href="doc-latest/allocation.text">Plain text</a>
 	<p>
 
-<li>	<strong>Module system</strong> <br>
-	Details of the module system. <p>
-
-	Available in
-	<a href="doc-latest/module_system.html">HTML</a> and
-	<a href="doc-latest/module_system.text">Plain text</a>
-	<p>
-
 <li>	<strong>Release checklist</strong> <br>
 	The release procedure. <p>
 

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