Cleanup doc Makefile so that each conditional set all its targets
commit74006b069c1525af2d52cc8d488d8cbe03dd43a1
authorColomban Wendling <ban@herbesfolles.org>
Sat, 23 Aug 2014 16:14:56 +0000 (23 18:14 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Sat, 23 Aug 2014 16:14:56 +0000 (23 18:14 +0200)
treea6f125e02436e335d9a4b32b673a3d521337931e
parent288b4f29d8a62a5cc2baa6f0ddefa6a3fe201ade
Cleanup doc Makefile so that each conditional set all its targets

Don't set clean-local and all-local dependencies all together at the
end and rather let each section add the appropriate dependencies.
This makes each conditional more self-contained, and is safe as Make
allows adding extra dependencies to existing targets.
doc/Makefile.am