summaryrefslogtreecommitdiff
path: root/AllLangPackage_html_lang.mk
diff options
context:
space:
mode:
authorChristian Lohmaier <cloph@documentfoundation.org>2024-05-02 11:35:10 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-05-03 16:06:39 +0200
commite8b21ab244345cea0a1d0b9190a8729ff3ea47b1 (patch)
treea0d8a15385837fe4f0112088a438f77fd0d696c3 /AllLangPackage_html_lang.mk
parentd5d56e1d29b65749978ae5e9801531200477761b (diff)
makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)
helpcontent2 portion Change-Id: I2e10bf8bf4cb39fa3a8f9a2c3eb8f22d8636560c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167007 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'AllLangPackage_html_lang.mk')
-rw-r--r--AllLangPackage_html_lang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/AllLangPackage_html_lang.mk b/AllLangPackage_html_lang.mk
index 63fe21ba65..a0ae5f5a7b 100644
--- a/AllLangPackage_html_lang.mk
+++ b/AllLangPackage_html_lang.mk
@@ -7,7 +7,7 @@
# # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
#
-$(eval $(call gb_AllLangPackage_AllLangPackage,helpcontent2_html_lang,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))
+$(eval $(call gb_AllLangPackage_AllLangPackage,helpcontent2_html_lang,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl))
$(eval $(call gb_AllLangPackage_use_customtarget,helpcontent2_html_lang,helpcontent2/help3xsl))