diff options
-rw-r--r-- | CustomTarget_html.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index b68a91d422..627623aa2a 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -183,6 +183,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 : \ |