diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 93c2f6199c..f5236b56ca 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -44,7 +44,7 @@ Samba-HOWTO-Collection/index.xml: $(subst Samba-HOWTO-Collection/index.xml,,$(wi Samba-Developers-Guide/index.xml: $(subst Samba-Developers-Guide/index.xml,,$(wildcard Samba-Developers-Guide/*.xml)) Samba-Developers-Guide-attributions.xml # Pseudo targets -all: @TARGETS@ +all: $(TARGETS) everything: manpages pdf html-single html htmlman txt ps fo htmlhelp pearson verify release: manpages htmlman html pdf |