41789a044f209e8f989133e3be14d2cfcb9ceb39 816938 |
|
19-Sep-2009 |
rjung |
Add ant task to html manual and man page generation:
- check-man checks for the presence of the "man"
directory and sets an ant property skip-man in
case the directory is missing
- all the man age generating tasks first call
check-man as a dependency, and then only run
if skip-man is unset.
Thats useful for unbundled modules like mod_ftp
and mod_fcgid, which do not have a man directory.
Building their docs otherwise bombs. |