build: avoid "make dist" failure in man/
authorJim Meyering <meyering@redhat.com>
Wed, 19 Aug 2009 06:44:17 +0000 (08:44 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 19 Aug 2009 06:44:40 +0000 (08:44 +0200)
commit112bccb26bc32081640d7d6c8b3ad29b0a4c7a2a
treeb7e2939dfbc11fcb85ac84332e291a17f462fae1
parent611870a8f399c86a009f6c2c5faf9fd6cdd3ae5f
build: avoid "make dist" failure in man/

Now that "make check" no longer builds programs like arch, ...
* src/Makefile.am (dist-hook): Depend on $(all_programs), so that the
subsequent build in man/ doesn't fail due to lack of a program like
arch that is not going to be installed.
src/Makefile.am