]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Dist): Document distcheck-hook.
authorTom Tromey <tromey@redhat.com>
Mon, 7 May 2001 04:41:51 +0000 (04:41 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 7 May 2001 04:41:51 +0000 (04:41 +0000)
ChangeLog
automake.texi

index 8e308c77149a52825496dc882bb1643062f6950a..3d1d030a319b861319ad141946c152508726dce6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-05-06  Tom Tromey  <tromey@redhat.com>
 
+       * automake.texi (Dist): Document distcheck-hook.
+
        * tests/confh4.test: Updated to reflect DEFS change.
        For PR automake/132.
 
index 724eb8140a461545e1540d8c1431c1217d2f223c..0693c928fa81388dbc82209a866ce985c3a2f408 100644 (file)
@@ -3049,7 +3049,14 @@ to ensure that a given distribution will actually work.
 @code{distcheck} makes a distribution, and then tries to do a
 @code{VPATH} build.
 @trindex distcheck
-@c FIXME: document distcheck-hook here
+
+If the target @code{distcheck-hook} is defined in your
+@file{Makefile.am}, then it will be invoked by @code{distcheck} after
+the new distribution has been unpacked, but before the unpacked copy is
+configured and built.  Your @code{distcheck-hook} can do almost
+anything, though as always caution is advised.  Generally this hook is
+used to check for potential distribution errors not caught by the
+standard mechanism.
 
 
 @node Tests, Options, Dist, Top
This page took 0.044174 seconds and 5 git commands to generate.