diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-04-27 13:45:45 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:48 -0500 |
commit | 215e9875e305d35ecf152552a3cfbb243d3c7b5a (patch) | |
tree | 92bdef0c2abecc69b4030f5ebe2f4461f15dab34 /docs | |
parent | 74920cac5b5f9acda98254cfa4564c25079c091b (diff) | |
download | samba-215e9875e305d35ecf152552a3cfbb243d3c7b5a.tar.gz samba-215e9875e305d35ecf152552a3cfbb243d3c7b5a.tar.bz2 samba-215e9875e305d35ecf152552a3cfbb243d3c7b5a.zip |
Fix build of release target
(This used to be commit 9f8ca22c4b0dd57debc4d2201fa25a15b99a4565)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 93ba6bf638..3096c1bd44 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -89,7 +89,7 @@ all: @TARGETS@ everything: manpages pdf html-single html htmlman txt ps -release: manpages htmlman howto-html sg-html html-single pdf guide +release: manpages htmlman $(HTMLDIR)/howto $(HTMLDIR)/guide html-single pdf guide # Global rules |