CustomTarget_html.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70c46432b1cb4e994de45ca8a1f6bda6e286b1a9
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Thu Dec 22 16:08:57 2022 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Thu Dec 22 15:15:54 2022 +0000

    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+libreoff...@googlemail.com>

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,\

Reply via email to