From 111418f4faea415761097f860b9ea23dc02fe78d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 1 Feb 2005 13:01:10 +0000 Subject: Missed one substitution variable (This used to be commit 934bca56f9cc7da36d87d473e4cb24930de21ef5) --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit