projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
c4734c5
)
doc: make sure docs have been generated when installing
author
Antonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 07:11:51 +0000
(09:11 +0200)
committer
Antonio 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