automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: document installcheck


From: Tom Tromey
Subject: Patch: FYI: document installcheck
Date: 31 Dec 2001 20:03:58 -0700

This adds some docs for installcheck

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * automake.texi (Extending): Document installcheck-local.  Added
        installdirs-local index entry.
        (Tests): Document installcheck-local.

Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.254
diff -u -r1.254 automake.texi
--- automake.texi 2001/12/31 00:16:37 1.254
+++ automake.texi 2002/01/01 02:51:45
@@ -3839,7 +3839,13 @@
 
 In either case, the testing is done via @samp{make check}.
 
address@hidden Install Tests
 
+The @code{installcheck} target is available to the user as a way to run
+any tests after the package has been installed.  You can add tests to
+this by writing an @code{installcheck-local} target.
+
+
 @node Options, Miscellaneous, Tests, Top
 @chapter Changing Automake's Behavior
 
@@ -4372,12 +4378,14 @@
 @trindex  mostlyclean-local
 @trindex  clean-local
 @trindex  distclean-local
address@hidden  installdirs-local
address@hidden  installcheck-local
 
 The targets that support a local version are @code{all}, @code{info},
 @code{dvi}, @code{check}, @code{install-data}, @code{install-exec},
address@hidden, @code{installdirs} and the various @code{clean}
-targets (@code{mostlyclean}, @code{clean}, @code{distclean}, and
address@hidden).  Note that there are no
address@hidden, @code{installdirs}, @code{installcheck} and the
+various @code{clean} targets (@code{mostlyclean}, @code{clean},
address@hidden, and @code{maintainer-clean}).  Note that there are no
 @code{uninstall-exec-local} or @code{uninstall-data-local} targets; just
 use @code{uninstall-local}.  It doesn't make sense to uninstall just
 data or just executables.
Index: stamp-vti
===================================================================
RCS file: /cvs/automake/automake/stamp-vti,v
retrieving revision 1.151
diff -u -r1.151 stamp-vti
--- stamp-vti 2001/12/30 23:46:27 1.151
+++ stamp-vti 2002/01/01 02:51:45
@@ -1,4 +1,4 @@
address@hidden UPDATED 30 December 2001
address@hidden UPDATED 31 December 2001
 @set UPDATED-MONTH December 2001
 @set EDITION 1.5c
 @set VERSION 1.5c
Index: version.texi
===================================================================
RCS file: /cvs/automake/automake/version.texi,v
retrieving revision 1.224
diff -u -r1.224 version.texi
--- version.texi 2001/12/30 23:46:27 1.224
+++ version.texi 2002/01/01 02:51:45
@@ -1,4 +1,4 @@
address@hidden UPDATED 30 December 2001
address@hidden UPDATED 31 December 2001
 @set UPDATED-MONTH December 2001
 @set EDITION 1.5c
 @set VERSION 1.5c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]