doc: fix the "custom install targets" to handle DESTDIR
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 11:08:23 +0000 (13:08 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 11:08:23 +0000 (13:08 +0200)
commit67fd00b35aabe932cff75d1945b26db7020d1ec6
tree4c65afb8cdac668008519f6d8933d28f5741c922
parent0fa2d27df5433816e7e659bd1115d2fff42288b0
doc: fix the "custom install targets" to handle DESTDIR

Stuff has to be installed/copied in an actual "install" target for Cmake
to handle DESTDIR sanely, a custom target is not enough.

So the story now is:

  - add a component-local install rule

  - make the "custom install target" invoke it

  - make sure the custom target has been executed at install time

Maybe all this is not even worth the effort anymore and the "custom
install targets" could go away altogether, their point was to have
_them_ invoke at install time end exploit the dependencies chain.
doc/CMakeLists.txt
doc/man/CMakeLists.txt