diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-05-31 14:49:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:52 -0500 |
commit | 70f869d0a54483612b4e3acdbc3aec15a3339e03 (patch) | |
tree | 9c09c7ff1c10a3082b8e6fdbf6c9555bc4ea4a68 | |
parent | cfbd5c45f6f55995f91f3a9b39bfa8a833570735 (diff) | |
download | samba-70f869d0a54483612b4e3acdbc3aec15a3339e03.tar.gz samba-70f869d0a54483612b4e3acdbc3aec15a3339e03.tar.bz2 samba-70f869d0a54483612b4e3acdbc3aec15a3339e03.zip |
Build html version of manpages, if possible
(This used to be commit 8c2734983be156d12eef709237b5d9ce079a6393)
-rw-r--r-- | docs/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configure.in b/docs/configure.in index 2008d92a57..2dff2192ae 100644 --- a/docs/configure.in +++ b/docs/configure.in @@ -59,6 +59,7 @@ DOCS_DEFINE_TARGET(LATEX, ALL, [LaTeX versions], [tex]) DOCS_DEFINE_TARGET(PDF, LATEX, [PDF versions], [pdf]) DOCS_DEFINE_TARGET(PS, LATEX, [PostScript versions], [ps]) DOCS_DEFINE_TARGET(HTML, ALL, [HTML versions], [html]) +DOCS_DEFINE_TARGET(HTMLMAN, ALL, [HTML versions of the manpages], [htmlman]) DOCS_DEFINE_TARGET(MANPAGES, ALL, [manpages], [manpages]) DOCS_DEFINE_TARGET(PLUCKER, HTML, [plucker versions], [plucker]) DOCS_DEFINE_TARGET(VERIFY, ALL, [verifying docbook output], [verify]) |