doc: make sure docs have been generated when installing
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 07:11:51 +0000 (09:11 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 08:52:20 +0000 (10:52 +0200)
This is done in three steps:

 - first a "custom install target" is created for each custom target
   which builds documentation;

 - then dependencies between those custom install targets and the
   correspondent "build" targets are added;

  - finally some code is added to ensure those "custom install targets"
    are called when the builtin install target is executed.


No differences found