diff options
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index dea99ed91c..4a03a94f3f 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -63,7 +63,7 @@ HOWTODIR_IMAGES_EPS=$(patsubst %.png,%.eps,$(wildcard $(IMAGEPROJDIR)/*.png)) HOWTODIR_DEPS = $(HOWTODIR)/*.xml $(HOWTODIR)/attributions.xml $(MANPAGEDIR)/*.xml $(SMBDOTCONFDOC)/smb.conf.5.xml $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.global.xml $(SMBDOTCONFDOC)/parameters.service.xml DEVDOCDIR_DEPS = $(DEVDOCDIR)/*.xml $(DEVDOCDIR)/attributions.xml -all: +help: @echo "Supported make targets:" @echo "release - Build the docs needed for a Samba release" @echo "pdf - Build PDF version of book" @@ -80,8 +80,11 @@ all: @echo "undocumented - Output list of undocumented smb.conf options" @echo "samples - Extract examples" @echo "files - Extract other files" + @echo "all - Build all docs that can be build using the utilities found by configure" @echo "everything - Build all of the above" +all: @TARGETS@ + everything: manpages pdf html-single html htmlman txt ps release: manpages htmlman html html-single pdf guide |