diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-19 12:13:01 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-19 11:17:45 +0000 |
commit | 318ec1f0e6248eac2536256bf26e1a183fc59541 (patch) | |
tree | fa5d4fc076f2b18defed8ea202227b195cb027e0 /CustomTarget_html.mk | |
parent | e739da903b92597316aeac26ec190a8d7c7bec28 (diff) |
janitor: update comment for the bookmarks.part rule
the remarks about the indicator files are obsolete after the rule has
been rewritten to work in batch and not on single files
Change-Id: I8a2509aed7a38b9cff0dacec3d4161bc020fde31
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144468
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 3edcd1df80..9a885b46af 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -264,9 +264,8 @@ html_gen_bookmarks_deps = $(call html__gen_bookmarks_deps,$(firstword $(1)),$(la $(eval $(foreach module,$(html_BMARK_MODULES),$(call html_gen_bookmarks_deps,$(subst :, ,$(module))))) -# In the below recipe, the file $@.good is used to communicate failure of xsltproc in the pipeline -# (similar to Bash's `set -o pipefail`; the final `rm $@.good` will fail, and fail the whole -# command, if any xsltproc invocation failed): +# strip the helpconent2/source/text prefix and cd to the corresponding directory to maximize +# the number of files that xargs can squeeze into a single invocation of xsltproc $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/bookmarks.part : \ $(SRCDIR)/helpcontent2/help3xsl/get_bookmark.xsl \ $(SRCDIR)/helpcontent2/help3xsl/brand.xsl \ |