[m-rev.] diff: output reminders at the end of bindist installation
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Nov 4 16:04:31 AEDT 2008
bindist/bindist.Makefile.in:
Output the reminder about setting PATH etc to the post_install
step. As part of the install step it gets lost amongst the output
from configure that follows.
Julien.
Index: bindist/bindist.Makefile.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/bindist/bindist.Makefile.in,v
retrieving revision 1.36
diff -u -r1.36 bindist.Makefile.in
--- bindist/bindist.Makefile.in 13 Aug 2008 15:08:54 -0000 1.36
+++ bindist/bindist.Makefile.in 4 Nov 2008 04:59:19 -0000
@@ -51,8 +51,8 @@
#-----------------------------------------------------------------------------#
all:
- # since this is a binary distribution, we don't need to
- # make anything
+ # Since this is a binary distribution, we don't need to
+ # make anything.
@echo "-- The binary distribution does not need building."
@echo "-- Use \`make install' to install"
@@ -63,15 +63,6 @@
install: install_bin 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,"
- @echo "-- and $(INSTALL_INFODIR) to your INFOPATH,"
- @echo "-- and to add the following lines to the \`.emacs' file"
- @echo "-- in your home directory:"
- @echo " (add-to-list 'load-path "
- @echo " \"$(INSTALL_ELISP_DIR)\")"
- @echo " (autoload 'mdb \"gud\" \"Invoke the Mercury debugger\" t)"
.PHONY: install_bin
install_bin:
@@ -155,6 +146,15 @@
.PHONY: post_install
post_install: install_cgi_progs install_gac
+ @echo
+ @echo "-- Don't forget to add $(INSTALL_BINDIR) to your PATH,"
+ @echo "-- $(INSTALL_MAN_DIR) to your MANPATH,"
+ @echo "-- and $(INSTALL_INFODIR) to your INFOPATH,"
+ @echo "-- and to add the following lines to the \`.emacs' file"
+ @echo "-- in your home directory:"
+ @echo " (add-to-list 'load-path "
+ @echo " \"$(INSTALL_ELISP_DIR)\")"
+ @echo " (autoload 'mdb \"gud\" \"Invoke the Mercury debugger\" t)"
# The code of the install_cgi_progs target is duplicated from the code
# of the install_cgi_progs target in deep_profiler/Mmakefile. However,
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list