Prevent rebuild of man pages when using release tarballs
commit6507fd6bf0a05dfd65bc035ffca1f8941b784801
authorAllan McRae <allan@archlinux.org>
Sat, 24 Dec 2011 10:21:51 +0000 (24 20:21 +1000)
committerDan McGee <dan@archlinux.org>
Tue, 3 Jan 2012 01:15:58 +0000 (2 19:15 -0600)
tree08fd2efcab66d1c556b48957d2de8320ed3b58fe
parent7113ea4e08fdc9ca12b8e7a4829d749923029941
Prevent rebuild of man pages when using release tarballs

Commit 43cad9c8 made the building of all docs depend on the Makefile.
However, the Makefile is generated after running ./configure so is
always newer than any pregenerated docs.  This means that people
building from released pacman tarballs are forced to rebuild the
docs (and thus have asciidoc installed).  That defeats the purpose
of prebuilding the documentation.  Have the documentatin depends on
Makefile.am instead as this is probably what was intended.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
doc/Makefile.am