[m-dev.] diff: fix bindist bug

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Dec 14 21:11:04 AEDT 1999


Estimated hours taken: 1

bindist/bindist.Makefile.in:
	Fix a bug: it was not installing the Emacs interface.

Workspace: /d-drive/home/hg/fjh/ws-hg2/mercury
Index: bindist/bindist.Makefile.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.Makefile.in,v
retrieving revision 1.21
diff -u -d -r1.21 bindist.Makefile.in
--- bindist/bindist.Makefile.in	1999/10/21 14:36:35	1.21
+++ bindist/bindist.Makefile.in	1999/12/14 10:07:12
@@ -44,8 +44,9 @@
 	@echo "-- Use \`make install' to install"
 
 .PHONY: install
-install: install_lib install_info install_man install_scripts install_mmake \
-		install_mdb install_util
+install: install_lib install_info install_man \
+		install_scripts install_emacs_scripts \
+		install_mmake install_mdb install_util
 	@echo
 	@echo "-- Don't forget to add $(INSTALL_BINDIR) to your PATH,"
 	@echo "-- $(INSTALL_MAN_DIR) to your MANPATH,"

-- 
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