summaryrefslogtreecommitdiff
path: root/docs-xml/configure.ac
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-10 00:32:20 +0200
committerMichael Adam <obnox@samba.org>2012-09-10 01:06:50 +0200
commit4811e5852b3848f17b6eb920b7781fda287c9189 (patch)
treec9a5a2a8379637d6180649257c6579366e61bf5f /docs-xml/configure.ac
parenteb4483e63c643bc06c7adcb6b81f63769e33e64b (diff)
downloadsamba-4811e5852b3848f17b6eb920b7781fda287c9189.tar.gz
samba-4811e5852b3848f17b6eb920b7781fda287c9189.tar.bz2
samba-4811e5852b3848f17b6eb920b7781fda287c9189.zip
docs: have configure correctly report ability to build manpages
Diffstat (limited to 'docs-xml/configure.ac')
-rw-r--r--docs-xml/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/configure.ac b/docs-xml/configure.ac
index 4339c00fab..360c94291b 100644
--- a/docs-xml/configure.ac
+++ b/docs-xml/configure.ac
@@ -38,7 +38,7 @@ DOCS_DEFINE_TARGET(LATEX, ALL, [LaTeX versions], [tex ps pdf])
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], [htmlman3])
-DOCS_DEFINE_TARGET(MANPAGES, ALL, [manpages])
+DOCS_DEFINE_TARGET(MANPAGES, ALL, [manpages], [manpages])
DOCS_DEFINE_TARGET(PEARSON, ALL, [pearson-compatible XML], [pearson])
DOCS_DEFINE_TARGET(PLUCKER, HTML, [plucker versions], [plucker])
DOCS_DEFINE_TARGET(VALIDATE, ALL, [validating docbook output], [])