From: Rainer Jung Date: Sat, 19 Sep 2009 15:40:42 +0000 (+0000) Subject: Add ant task to html manual and man page generation: X-Git-Tag: 2.3.3~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=566a9e9101707ee0a28567f110f6b7f8cf69c8ba;p=apache 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816938 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/lang-targets.xml b/docs/manual/style/lang-targets.xml index 058866457a..410f4c017b 100644 --- a/docs/manual/style/lang-targets.xml +++ b/docs/manual/style/lang-targets.xml @@ -22,6 +22,7 @@ + @@ -72,7 +73,7 @@ - + @@ -230,7 +231,7 @@ - + diff --git a/docs/manual/style/xsl/language.xsl b/docs/manual/style/xsl/language.xsl index 8ef0b4a048..946714a29b 100644 --- a/docs/manual/style/xsl/language.xsl +++ b/docs/manual/style/xsl/language.xsl @@ -133,6 +133,14 @@ &lf;&lf; + + + + + + + &lf; + &lf; &lf;