1
0
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:
Samba Release Account 2004-04-27 14:51:40 +00:00 committed by Gerald W. Carter
parent 894ee4d298
commit bf9010fa5a

View File

@ -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)