summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-04 09:09:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-04 09:31:49 +1000
commitf9e8f08197651f053bf6a23584bf04814440fec0 (patch)
treede937734502d162b5af8ebf21ba53b685746cda2 /docs-xml/Makefile
parent28499b04769ee0d310e48576b868e11c0d2b1422 (diff)
downloadsamba-f9e8f08197651f053bf6a23584bf04814440fec0.tar.gz
samba-f9e8f08197651f053bf6a23584bf04814440fec0.tar.bz2
samba-f9e8f08197651f053bf6a23584bf04814440fec0.zip
docs: Fix undocumented target to find smb.conf directives in the right place
The manpages target needs to be reworked to know about waf. Andrew Bartlett
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index 25725ef863..180b2e3baa 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -262,7 +262,7 @@ $(PEARSONDIR)/%.report.html: $(PEARSONDIR)/%.xml
# Find undocumented parameters
undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_doc.pl scripts/find_missing_manpages.pl
$(PERL) scripts/find_missing_doc.pl $(SRCDIR)
- $(PERL) scripts/find_missing_manpages.pl $(SRCDIR)
+ $(PERL) scripts/find_missing_manpages.pl $(SRCDIR)/source3
samples: $(DOCBOOKDIR)/Samba3-HOWTO.xml xslt/extract-examples.xsl scripts/indent-smb.conf.pl
@mkdir -p examples