From 934bca56f9cc7da36d87d473e4cb24930de21ef5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 1 Feb 2005 13:01:10 +0000 Subject: [PATCH] Missed one substitution variable --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 93c2f6199cc..f5236b56ca0 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 -- 2.11.4.GIT