Add make target 'undocumented'
authorJelmer Vernooij <jelmer@samba.org>
Wed, 9 Jul 2003 18:50:17 +0000 (18:50 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 9 Jul 2003 18:50:17 +0000 (18:50 +0000)
(This used to be commit 2eaaa3fe69b282f54922b05d20d59f326740f662)

docs/docbook/Makefile.in

index 23f9461ee4f0cb08cbc8db49978dceccac8031d6..ba3d0845ef819485514f471880134563c61fccec 100644 (file)
@@ -72,6 +72,7 @@ all:
        @echo "html - Build HTML version of HOWTO Collection and Developers Guide"
        @echo "htmlman - Build html version of manpages"
        @echo "htmlfaq - Build html version of the FAQ"
+       @echo "undocumented - Output list of undocumented smb.conf options"
        @echo "everything - Build all of the above"
 
 everything: manpages pdf html-single html htmlman htmlfaq txt ps
@@ -222,6 +223,9 @@ $(MANDIR):
 $(MANDIR)/%: $(MANPROJDOC)/%.xml
        @$(XSLTPROC) xslt/man.xsl $<
 
+undocumented: $(SMBDOTCONFDOC)/parameters.all.xml
+       $(PERL) scripts/find_missing_doc.pl ../..
+
 clean: 
        @rm -f $(MANPAGES) $(MANPAGES_HTML) $(HTMLDIR)/*.html $(HTMLDIR)/*.css $(TXTDIR)/*.txt $(PSDIR)/*.ps $(PDFDIR)/*.pdf 
        @rm -f $(MANPROJDOC)/smb.conf.5.xml $(SMBDOTCONFDOC)/parameters.*.xml $(DVIDIR)/*.dvi