diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-22 16:08:57 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-22 15:15:54 +0000 |
commit | 70c46432b1cb4e994de45ca8a1f6bda6e286b1a9 (patch) | |
tree | d791382e646364c22d322dbbb26b7e8c4a0efcdb /CustomTarget_html.mk | |
parent | 9871dc3b0f8eb24793fc797d478db534d92ec5d7 (diff) |
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>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 9a63f2007b..0e633d7b8d 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -103,7 +103,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_Trace_StartRange,$*/$(@F),XSL) $(call gb_Helper_abbreviate_dirs,\ |