summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-09-26 02:57:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-10-19 09:10:13 +0200
commitd2f8fe855d0705faf216714cf147038563c0ba7e (patch)
treed2f66c2457f3ea9c6c8a4121e47a3fe80b0cdc07 /docs-xml/Makefile
parent47902702b3e6390de05f8fca2bc457936af9f5c1 (diff)
downloadsamba-d2f8fe855d0705faf216714cf147038563c0ba7e.tar.gz
samba-d2f8fe855d0705faf216714cf147038563c0ba7e.tar.bz2
samba-d2f8fe855d0705faf216714cf147038563c0ba7e.zip
tests: Convert find_missing_doc into a unit test.
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index b322bed8dc..f9c60d0fab 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -263,8 +263,7 @@ $(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 scripts/find_missing_manpages
- $(PERL) scripts/find_missing_doc $(SRCDIR)
+undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_manpages
$(PERL) scripts/find_missing_manpages $(SRCDIR)/source3
samples: $(DOCBOOKDIR)/Samba3-HOWTO.xml xslt/extract-examples.xsl scripts/indent-smb.conf.pl