summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 678661e25b..af67952c07 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -214,6 +214,7 @@ $(PLUCKERDIR):
mkdir $(PLUCKERDIR)
%/samba.css: xslt/html/samba.css
+ if [ ! -d `dirname $@` ]; then mkdir -p `dirname $@`; fi
cp $< $@
$(HTMLDIR)/Samba-HOWTO-Collection.html: Samba-HOWTO-Collection.xml $(HOWTODIR_DEPS) $(HOWTODIR_IMAGES_PNG)