Trivial diff: added missing " in bindist/bindist.Makefile.in
Warwick Harvey
wharvey at cs.monash.edu.au
Tue Mar 9 12:53:44 AEDT 1999
Estimated hours taken: 0.1
bindist/bindist.Makefile.in:
Added a missing close quotes (").
--- bindist.Makefile.in 1998/12/21 11:33:55 1.17
+++ bindist.Makefile.in 1999/03/09 01:50:33 1.18
@@ -1,5 +1,5 @@
#---------------------------------------------------------------------------
#
-# Copyright (C) 1996-1998 The University of Melbourne.
+# Copyright (C) 1996-1999 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#---------------------------------------------------------------------------
#
@@ -60,7 +60,7 @@
@echo "-- and to add the following lines to the \`.emacs' file"
@echo "-- in your home directory:"
@echo " (setq load-path (cons (expand-file-name "
- @echo " \"$(INSTALL_ELISP_DIR)\") load-path))
+ @echo " \"$(INSTALL_ELISP_DIR)\") load-path))"
@echo " (autoload 'mdb \"gud\" \"Invoke the Mercury debugger\" t)"
.PHONY: install_lib
More information about the developers
mailing list