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

Signed-off-by: Jim Meyering <meyering@redhat.com>
This commit is contained in:
Jim Meyering 2007-11-11 18:02:34 +01:00
parent 3b793a96bb
commit 00e9eaeacc
2 changed files with 6 additions and 1 deletions

View File

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

View 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