Commit Graph

9 Commits

Author SHA1 Message Date
Fergus Henderson
17f30128d1 Set TERM to vt100 before running lynx, to avoid errors when
Estimated hours taken: 0.5

compiler/notes/Mmakefile:
	Set TERM to vt100 before running lynx, to avoid errors when
	running this Mmakefile from cron.
2001-02-06 11:13:29 +00:00
Fergus Henderson
98b0afa001 Use clean_local' instead of clean' and `realclean_local' instead
Estimated hours taken: 0.75

Mmakefile:
*/Mmakefile:
*/*/Mmakefile:
*/*/*/Mmakefile:
	Use `clean_local' instead of `clean' and `realclean_local' instead
	of `realclean' where appropriate.  This is necessary now that
	`realclean' does not depend on `clean'.
1999-09-16 04:46:31 +00:00
Tyson Dowd
40922e6986 Improve the w3 module in various ways.
Estimated hours taken: 2

Improve the w3 module in various ways.

Makefile:
Makefile.common:
include/download.inc:
	Small update about Debian package.

include/functions.inc:
include/index.inc:
include/latest_news.inc:
include/news.inc:
include/old_news.inc:
include/template.inc:
news/newsdb.inc:
	New news handling facility.

information/Makefile:
information/notes/Mmakefile:
	Fix a few problems with having nested cvs directories.
1998-09-04 06:53:02 +00:00
Fergus Henderson
04b720630b Update the copyright messages so that (a) they contain the correct years
and (b) they say "Copyright (C) ... _The_ University of Melbourne".
1997-07-27 15:09:59 +00:00
Bert Thompson
d8a4974865 Change the filenames of the .html files to lowercase.
Estimated hours taken: 0.1

Change the filenames of the .html files to lowercase.
This is essentially a gratuitous aesthetic change. 8^)

compiler/notes/Mmakefile
1997-04-08 14:49:05 +00:00
Bert Thompson
5a651645c4 Added target for creating plain text equivalents of the HTML documents.
Estimated hours taken: 0.2

Added target for creating plain text equivalents of the HTML documents.
We use the file extension .text for the plain text documents.

All these docs are installed on the web pages.

Also added a target to clean away the generated plain text files.

mercury/compiler/notes/Mmakefile:
1997-04-03 06:29:52 +00:00
Bert Thompson
dea497b338 Translated plain text docs to HTML. This obviously creates
Estimated hours taken: 4

Translated plain text docs to HTML. This obviously creates
a dual update problem. We should solve this by putting
the plain text docs in the attic and retaining the HTML.

Also added the HTML files to the Mmakefile so they are installed
on the web pages.

The other documents in compiler/notes will be HTMLized soon.

compiler/notes/
	Mmakefiles
	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
1997-04-03 05:17:54 +00:00
Bert Thompson
270b7a1a52 Cut-n-paste error.
Estimated hours taken: 0.1

Cut-n-paste error.

mercury/compiler/notes/Mmakefile:
	I copied another Mmakefile and accidentally left some rubbish in it.
	Why did I not test the Mmakefile before checkeding it in?
	It is not possible to test changes to this Mmakefile without
	first checking in, since the install_webpage script checks
	out the latest version of the Mmakefile when installing the
	web pages. This problem should be fixed.
1997-04-02 09:07:12 +00:00
Bert Thompson
c65cd4d890 Added Mmakefile for installing web docs.
Estimated hours taken: 0.3

Added Mmakefile for installing web docs.

mercury/compiler/notes/Mmakefile:
	We need an Mmakefile to install these developer documents
	into the webpages in the `developer' directory.
1997-04-02 08:54:47 +00:00