Add new Makefile target to rebuild the whole dist
authorRené Nussbaumer <rn@google.com>
Wed, 8 Aug 2012 14:43:13 +0000 (16:43 +0200)
committerRené Nussbaumer <rn@google.com>
Thu, 9 Aug 2012 09:35:21 +0000 (11:35 +0200)
commit7213ddeda896232d40e658c6a632e6a135650ca7
tree94facbac83bd089c061e66e437781fcd9bc64d6a
parenta47dc5540be3b1c36021ead144b13e5534ff496d
Add new Makefile target to rebuild the whole dist

Due to the fact how the automake system works it doesn't rebuild already
prebuild files in distcheck. This lead to a bug, where a rebuild of the
documentation was failing because we missed the fact that the files were
missing from the archive.

By adding distrebuildcheck we workaround that issue by running a
maintainer-clean which also removes prebuild files.

Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am