diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-22 20:16:36 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-04-22 22:38:19 +0200 |
commit | d8e52ea49a05ac9af1f848cdf346e7db3cd98cf3 (patch) | |
tree | d8306bebf59f872c2e3b4c8c7db37820ca8942aa | |
parent | 341704f9e4ce2dc4aa82a8d92f3b6d2e8db648e7 (diff) |
Fix typo
Change-Id: I461574a961a46ba9283324654643eef40dfbf6bd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166470
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | CustomTarget_html.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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)), )) |