summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-09-26 01:31:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-09-26 07:58:31 +0200
commit718317ecef54d90070b29657f613e39892e38d10 (patch)
tree4627e2807bcfb88bc8605e7266cd5619ddbbfdfa /docs-xml/Makefile
parent05ba1fe418035e44c131fc76b5e62268b433eadc (diff)
downloadsamba-718317ecef54d90070b29657f613e39892e38d10.tar.gz
undocumented: Drop extension from helper scripts.
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index 0feab248021..0b4e880a8b9 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -260,9 +260,9 @@ $(PEARSONDIR)/%.report.html: $(PEARSONDIR)/%.xml
cd $(<D) && $(XMLLINT) --xinclude --noent --postvalid --noout $(<F)
# 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)/source3
+undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_doc scripts/find_missing_manpages
+ $(PERL) scripts/find_missing_doc $(SRCDIR)
+ $(PERL) scripts/find_missing_manpages $(SRCDIR)/source3
samples: $(DOCBOOKDIR)/Samba3-HOWTO.xml xslt/extract-examples.xsl scripts/indent-smb.conf.pl
@mkdir -p examples