diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-06 01:39:51 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:34 -0500 |
commit | 0c41833c844e764a5a3fc2ea62e1f3d8fa6e5b9d (patch) | |
tree | 42c004627f8c603e70196f22fc699574bb0026f6 /docs/configure.in | |
parent | d8a8a0a316397704f528f1eb82bf7d5abafa8674 (diff) | |
download | samba-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.in | 2 |
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]) |