[m-dev.] for review: Mmake installation commands

Simon Taylor stayl at cs.mu.OZ.AU
Thu May 11 13:46:54 AEST 2000


> >  in the LIBGRADES variable.  It will also build and install the
> > -necessary interface files.
> > +necessary interface files. The variable INSTALL specifies
> > +the name of the command to use to install each file, by default
> > + at code{cp}. The variable INSTALL_MKDIR specifies the command to use
> > +to create directories, by default @code{mkdir -p}.
> 
> LIBGRADES, INSTALL, and INSTALL_MKDIR should be in @code{},
> and `cp' and `mkdir -p' should be in @samp{} rather than @code{}.
> 
> > + at item INSTALL
> > +The command used to install each file in a library. The command should
> > +take a list of files to install and the location to install them.
> > +The default command is @code{cp}.
> ...
> > + at item INSTALL_MKDIR
> > +The command used to create each directory in the directory hierarchy
> > +where the libraries are to be installed. The default command is
> > + at code{mkdir -p}.
> 
> Likewise here `cp' and `mkdir -p' should be in @samp{}.

--- user_guide.texi     2000/05/11 03:39:46     1.2
+++ user_guide.texi     2000/05/11 03:42:08
@@ -433,11 +433,11 @@
 This target will build and install a static object library and
 (for platforms that support it) a shared object library,
 for the default grade and also for the additional grades specified
-in the LIBGRADES variable.  It will also build and install the
-necessary interface files. The variable INSTALL specifies
+in the @code{LIBGRADES} variable.  It will also build and install the
+necessary interface files. The variable @code{INSTALL} specifies
 the name of the command to use to install each file, by default
- at code{cp}. The variable INSTALL_MKDIR specifies the command to use
-to create directories, by default @code{mkdir -p}.
+ at samp{cp}. The variable @code{INSTALL_MKDIR} specifies the command to use
+to create directories, by default @samp{mkdir -p}.
 For more information, see @ref{Supporting multiple grades and architectures}.
 
 @item @var{main-module}.clean
@@ -577,12 +577,12 @@
 @item INSTALL
 The command used to install each file in a library. The command should
 take a list of files to install and the location to install them.
-The default command is @code{cp}.
+The default command is @samp{cp}.
 
 @item INSTALL_MKDIR
 The command used to create each directory in the directory hierarchy
 where the libraries are to be installed. The default command is
- at code{mkdir -p}.
+ at samp{mkdir -p}.
 
 @item LIBGRADES
 A list of additional grades which should be built when installing libraries.

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