diff: `mmake tar' bug fix
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Oct 28 19:42:16 AEDT 1998
Estimated hours taken: 0.25
Fix a bug which had crept in which meant that you needed to have `info'
installed in order to build from the source distribution.
Mmakefile:
In the rule for `mmake tar', make doc/mdb_doc.
Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/mercury/Mmakefile,v
retrieving revision 1.26
diff -u -r1.26 Mmakefile
--- Mmakefile 1998/10/22 05:22:07 1.26
+++ Mmakefile 1998/10/28 08:39:39
@@ -212,7 +212,7 @@
cd compiler && $(SUBDIR_MMAKE) cs tags
cd profiler && $(SUBDIR_MMAKE) depend
cd profiler && $(SUBDIR_MMAKE) cs tags
- cd doc && $(SUBDIR_MMAKE) info html dvi
+ cd doc && $(SUBDIR_MMAKE) info html dvi mdb_doc
cd bindist && $(SUBDIR_MMAKE) bindist.configure
# the following command might fail on Windows?
-cd bindist && $(SUBDIR_MMAKE) bindist.build_vars
--
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.
More information about the developers
mailing list