CustomTarget_html.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8e52ea49a05ac9af1f848cdf346e7db3cd98cf3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 22 20:16:36 2024 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon Apr 22 22:38:19 2024 +0200 Fix typo Change-Id: I461574a961a46ba9283324654643eef40dfbf6bd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166470 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 00808bdf92..c8ac9250df 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -281,7 +281,7 @@ $(eval $(foreach module,$(html_BMARK_MODULES),$(call html_gen_bookmarks_deps,$(s # intermediate responsefile target, make will clear those automatically # unless they are explicitly listed as target or non-pattern prerequisite # depend on the online_transform.xsl just as a proxy to make sure the directory exists -# is only interemdiate because those were used as temp files previously - could just +# is only intermediate because those were used as temp files previously - could just # as well be plain/explicit targets $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%_bookmarks.part.responsefile:| $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/online_transform.xsl $(file > $@,$(subst helpcontent2/source/text/,,$(gb_AllLangHelp_$*_BOOKMARK_HELPFILES))$(if $(filter WNT,$(OS)), ))