Commit Graph

6 Commits

Author SHA1 Message Date
Fergus Henderson
c5dc9a1c99 Update the URL for the Mercury documentation.
Estimated hours taken: 0.25

doc/make_manpage:
	Update the URL for the Mercury documentation.
1998-12-16 17:02:45 +00:00
Tyson Dowd
109e77782e Fix spelling mistake.
Estimated hours taken: 0.05

doc/make_manpage:
	Fix spelling mistake.
	s/SYNOPSYS/SYNOPSIS
1997-09-11 04:51:30 +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
Fergus Henderson
856082398d Fix some problems with the man pages, and make sure they get installed.
Estimated hours taken: 1

Fix some problems with the man pages, and make sure they get installed.

doc/make_manpages:
	Fix a problem in the formatting of the `mmake' manpage.

doc/Mmakefile:
	Make sure that `mmake install' will install the manpages.
	Also change the handling of `mmake clean' so that it cleans
	up the manpages.
1997-02-26 09:21:39 +00:00
Fergus Henderson
941837ff39 Fix a bug: when creating the man pages, we execute the various
Estimated hours taken: 0.25

doc/Mmake:
	Fix a bug: when creating the man pages, we execute the various
	programs (with `--help') via their scripts.  We need to pass the
	appropriate environment variables to the scripts to make sure
	that the scripts execute the local versions in ../compiler,
	../profiler, and ../util.  (After all, they may not have
	even been installed yet.)

doc/make_manpage:
	Insert the "NOTES:" section before the "ARGUMENTS:" section,
	if any, rather than always inserting it before the "OPTIONS:"
	section.
1997-02-10 13:38:17 +00:00
Fergus Henderson
cb5b100205 Add Unix-style man pages for most of the Mercury development tools.
Estimated hours taken: 5

Add Unix-style man pages for most of the Mercury development tools.

doc/make_manpage:
	New file.  This is a shell script that converts the
	output from `foo --help' into a a man page.

doc/Mmake:
	New rules for creating and installing man pages.
	Also add some rules for installing the postscript
	and text
1997-02-07 14:17:16 +00:00