helpcontent2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a9de94ced1d40e16e5e74bd9733eed895234ca3
Author:     Christian Lohmaier <cl...@documentfoundation.org>
AuthorDate: Tue Dec 13 16:12:02 2022 +0100
Commit:     Gerrit Code Review <ger...@gerrit.libreoffice.org>
CommitDate: Tue Dec 13 15:12:02 2022 +0000

    Update git submodules
    
    * Update helpcontent2 from branch 'master'
      to f048f02f505704a76c4f01b4ff3f369e8ed928b5
      - hid2file.js generation: process in batch, not each file one-by-one
    
        xsltproc can happily process many files at once, no need to process them
        individually and also no need to surround them with the rm, touch, rm
        triplet each time to catch a possible error.
        When letting xargs actually run the command, then xargs will report
        error if any invocation failed. It will not stop execution commands for
        remaining input unless the command exists with status 255 explicitly,
        but this doesn't matter, processing the whole batch regardless is still
        much faster than processing each file separately.
        To maximize the number of files that can be processed in a single
        command, don't prefix each file with $(SRCDIR)/, but instead cd to
        $(SRCRDIR) before running the command.
    
        Change-Id: I532a54f7298d7011900af5e618d75b37649b0477
        Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144050
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/helpcontent2 b/helpcontent2
index 5b99afe8ba3a..f048f02f5057 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 5b99afe8ba3afe1a4673f8b7628011ced5583570
+Subproject commit f048f02f505704a76c4f01b4ff3f369e8ed928b5

Reply via email to