diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-02-01 13:01:10 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:12 -0500 |
commit | 111418f4faea415761097f860b9ea23dc02fe78d (patch) | |
tree | 5681fd5568936d54c19ac15610ab00604c2f58b2 | |
parent | a838eeccd9163371f6395cb1a801c4b294e0815c (diff) | |
download | samba-111418f4faea415761097f860b9ea23dc02fe78d.tar.gz samba-111418f4faea415761097f860b9ea23dc02fe78d.tar.bz2 samba-111418f4faea415761097f860b9ea23dc02fe78d.zip |
Missed one substitution variable
(This used to be commit 934bca56f9cc7da36d87d473e4cb24930de21ef5)
-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 |