mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ensure that the target directory exists
This commit is contained in:
parent
894ee4d298
commit
bf9010fa5a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user