]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Build in man/ only *after* building in bin/ and tests/.
authorJim Meyering <meyering@redhat.com>
Sun, 11 Nov 2007 17:02:34 +0000 (18:02 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 12 Nov 2007 23:10:48 +0000 (00:10 +0100)
* Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
in both bin/ and tests/.

Signed-off-by: Jim Meyering <meyering@redhat.com>
ChangeLog
Makefile.am

index 7bca91328057dab71bbdf854fc74e7a01c590aa4..6b053cec52069c00dd4c3159ff032c0007f9635e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-11-12  Jim Meyering  <meyering@redhat.com>
 
+       Build in man/ only *after* building in bin/ and tests/.
+       * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
+       in both bin/ and tests/.
+
        Accommodate non-srcdir build-from-checkout.
        * build-aux/git-version-gen: Require an additional parameter: $srcdir.
        Use git's --git-dir=$srcdir/.git option.
index d243ed76b7533b58afc9650c4a9c98db83f3d3bc..730291c947a72ec11ea3d72d5b9662986c0e6d1a 100644 (file)
@@ -18,7 +18,8 @@
 
 # bin/ must be run first, as it builds executables needed for tests.
 # autom4te uses autotest.m4f to generate `testsuite', so build tests last.
-SUBDIRS = bin . lib man doc tests
+# Rules in man/ use scripts from both bin/ and tests/, so *it* goes last.
+SUBDIRS = bin . lib doc tests man
 
 ACLOCAL_AMFLAGS = -I m4