mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
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:
parent
3b793a96bb
commit
00e9eaeacc
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user