* Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
in both bin/ and tests/.
Signed-off-by: Jim Meyering <meyering@redhat.com>
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.
# 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