[m-dev.] trivial diff: fix INSTALL_DVI typo
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Oct 26 00:07:08 AEST 1999
Estimated hours taken: 0.1
doc/Mmakefile:
Fix a cut-and-paste error: it was defining INSTALL_HTML
where it should have been defining INSTALL_DVI.
Workspace: /home/mercury0/fjh/mercury
Index: doc/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/Mmakefile,v
retrieving revision 1.19
diff -u -d -r1.19 Mmakefile
--- Mmakefile 1999/09/16 04:46:26 1.19
+++ Mmakefile 1999/10/25 14:02:32
@@ -29,7 +29,7 @@
INSTALL_DVI=
else
DVI=dvi
- INSTALL_HTML=install_dvi
+ INSTALL_DVI=install_dvi
endif
ifeq ("$(MAKEINFO)","")
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list