CustomTarget_html.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b91a0a30115e414982bd4b3f710e0218661b4e18 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Dec 19 14:31:38 2022 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 19 16:46:20 2022 +0000 Fix typo Change-Id: Iede879decee335d13e50df7244326dbc44728145 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144503 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 9a885b46af..564d0893e0 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -264,7 +264,7 @@ 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))))) -# strip the helpconent2/source/text prefix and cd to the corresponding directory to maximize +# strip the helpcontent2/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 \
