diff options
author | Christian Lohmaier <cloph@documentfoundation.org> | 2024-05-02 11:35:10 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-05-03 16:06:39 +0200 |
commit | e8b21ab244345cea0a1d0b9190a8729ff3ea47b1 (patch) | |
tree | a0d8a15385837fe4f0112088a438f77fd0d696c3 /Package_html_dynamic.mk | |
parent | d5d56e1d29b65749978ae5e9801531200477761b (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 'Package_html_dynamic.mk')
-rw-r--r-- | Package_html_dynamic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Package_html_dynamic.mk b/Package_html_dynamic.mk index b7d3e8082f..98874fcf47 100644 --- a/Package_html_dynamic.mk +++ b/Package_html_dynamic.mk @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Package_Package,helpcontent2_html_dynamic,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl))) +$(eval $(call gb_Package_Package,helpcontent2_html_dynamic,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl)) $(eval $(call gb_Package_use_customtarget,helpcontent2_html_dynamic,helpcontent2/help3xsl)) |