From 8ddf771a606268619e625592b2c0ddb28abda003 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 9 Jul 2003 18:50:17 +0000 Subject: Add make target 'undocumented' (This used to be commit 2eaaa3fe69b282f54922b05d20d59f326740f662) --- docs/docbook/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 23f9461ee4..ba3d0845ef 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -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 -- cgit