trivial diff: compiler/notes/Mmakefile change
Peter David ROSS
petdr at cs.mu.OZ.AU
Fri Sep 4 14:42:59 AEST 1998
Hi,
===================================================================
Estimated hours taken: 0.1
Add support for ensuring that the text files are generated for the new
web site.
compiler/notes/Mmakefile:
Add a default target, which generates text files for html.
Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/mercury/compiler/notes/Mmakefile,v
retrieving revision 1.6
diff -u -r1.6 Mmakefile
--- Mmakefile 1997/07/27 15:05:30 1.6
+++ Mmakefile 1998/09/04 02:01:04
@@ -34,6 +34,9 @@
#-----------------------------------------------------------------------------#
+.PHONY: all
+all: $(DOCS_ALL)
+
# This install is for installing the Mercury webpage, which goes to
# a different directory (supplied by the environment variable
# INSTALL_WEBDIR).
----
+----------------------------------------------------------------------+
| Peter Ross M Sci/Eng Melbourne Uni |
| petdr at cs.mu.oz.au WWW: www.cs.mu.oz.au/~petdr/ ph: +61 3 9344 9158 |
+----------------------------------------------------------------------+
More information about the developers
mailing list