summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-22 16:08:57 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-22 15:27:13 +0000
commit985313ae6b151edb54b7c1bcc08bff5d35c37185 (patch)
tree011099f445187ce5d73f80f79f5f539274e0f375
parentmake html.text target make more robust on windows re CR at EOL (diff)
downloadhelp-985313ae6b151edb54b7c1bcc08bff5d35c37185.tar.gz
help-985313ae6b151edb54b7c1bcc08bff5d35c37185.zip
janitor - the announce is not meant to be part of the dependencies
quirk introduced with the change making the xsltproc one an order-only dependency. The line-continuation wasn't removed with that change causing the annouce to fire when make is parsing the makefile. Doesn't hurt anything or affected the build result in any way, but certainly not as intended :-) Change-Id: I82069208fff1ff0c01efba00caa2d8fa5279efaf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144760 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 70c46432b1cb4e994de45ca8a1f6bda6e286b1a9) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144724
-rw-r--r--CustomTarget_html.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 0e955e5231..b68a91d422 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -99,7 +99,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/noscript.html : \
$(SRCDIR)/helpcontent2/help3xsl/noscript.xsl \
$(SRCDIR)/helpcontent2/help3xsl/brand.xsl \
$(SRCDIR)/helpcontent2/CustomTarget_html.mk \
- | $(call gb_ExternalExecutable_get_dependencies,xsltproc) \
+ | $(call gb_ExternalExecutable_get_dependencies,xsltproc)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),NJS,1)
$(call gb_Helper_abbreviate_dirs,\
$(call gb_ExternalExecutable_get_command,xsltproc) \