[project @ 2001-10-23 14:34:24 by rrt]
authorrrt <unknown>
Tue, 23 Oct 2001 14:34:24 +0000 (14:34 +0000)
committerrrt <unknown>
Tue, 23 Oct 2001 14:34:24 +0000 (14:34 +0000)
commit60d2f3342c472e3afa7be738d562632ae25e5696
tree8a7fe84514dc132c59ab067928950b421140be2f
parent1d4e6ab6f1254da9b702cbcd12e5c68531d2cb0f
[project @ 2001-10-23 14:34:24 by rrt]
Add rules for building and installing documentation. The story is as
follows:

GhcDocWays is set to a list of ways to build SGML docs (typically in
build.mk; it defaults to empty).
SGML_DOC = foo causes foo to be built for each way.
SGML_INSTALL_DOCS are then installed for each way;
INSTALL_DOCS are just taken as literal filenames.
make install-docs causes documents to be installed.

Also some other clearups:

Use $(if ...) where a comment lamented its non-existence.
Remove a comment about a "weird" use of exit which has vanished.
mk/target.mk