diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 01:31:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 07:58:31 +0200 |
commit | 718317ecef54d90070b29657f613e39892e38d10 (patch) | |
tree | 4627e2807bcfb88bc8605e7266cd5619ddbbfdfa /docs-xml/Makefile | |
parent | 05ba1fe418035e44c131fc76b5e62268b433eadc (diff) | |
download | samba-718317ecef54d90070b29657f613e39892e38d10.tar.gz samba-718317ecef54d90070b29657f613e39892e38d10.tar.bz2 samba-718317ecef54d90070b29657f613e39892e38d10.zip |
undocumented: Drop extension from helper scripts.
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r-- | docs-xml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 0feab24802..0b4e880a8b 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 |