summaryrefslogtreecommitdiff
path: root/docs/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-06 01:39:51 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:34 -0500
commit0c41833c844e764a5a3fc2ea62e1f3d8fa6e5b9d (patch)
tree42c004627f8c603e70196f22fc699574bb0026f6 /docs/configure.in
parentd8a8a0a316397704f528f1eb82bf7d5abafa8674 (diff)
downloadsamba-0c41833c844e764a5a3fc2ea62e1f3d8fa6e5b9d.tar.gz
samba-0c41833c844e764a5a3fc2ea62e1f3d8fa6e5b9d.tar.bz2
samba-0c41833c844e764a5a3fc2ea62e1f3d8fa6e5b9d.zip
Allow HTML build of Samba 4 manpages
(This used to be commit 3e30ee1a58a4773ee6e61a04d32a13f05861e1a9)
Diffstat (limited to 'docs/configure.in')
-rw-r--r--docs/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configure.in b/docs/configure.in
index 9012a01a7f..d2057cac60 100644
--- a/docs/configure.in
+++ b/docs/configure.in
@@ -82,7 +82,7 @@ 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(HTMLHELP, ALL, [HTML Help versions], [htmlhelp])
-DOCS_DEFINE_TARGET(HTMLMAN, ALL, [HTML versions of the manpages], [htmlman])
+DOCS_DEFINE_TARGET(HTMLMAN, ALL, [HTML versions of the manpages], [htmlman3 htmlman4])
DOCS_DEFINE_TARGET(MANPAGES, ALL, [manpages], [manpages3 manpages4])
DOCS_DEFINE_TARGET(PEARSON, ALL, [pearson-compatible XML], [pearson])
DOCS_DEFINE_TARGET(PLUCKER, HTML, [plucker versions], [plucker])