summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CustomTarget_html.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 0e633d7b8d..e73ea160e0 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -191,6 +191,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/contents.part : \
# copy online_transform.xsl to workdir and build links.txt.xsl
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/online_transform.xsl : \
$(SRCDIR)/helpcontent2/help3xsl/online_transform.xsl
+ mkdir -p $(dir $@)
cp $(SRCDIR)/helpcontent2/help3xsl/online_transform.xsl $@
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/links.txt.xsl : \