mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
Office team is proud to announce LibreOffice 7.5 Community, the new major release of the volunteer-supported free office suite for desktop productivity Read more: https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
11 lines
729 B
Makefile
11 lines
729 B
Makefile
--- helpcontent2/CustomTarget_html.mk.orig 2022-12-22 00:14:09 UTC
|
|
+++ helpcontent2/CustomTarget_html.mk
|
|
@@ -115,7 +115,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3x
|
|
# set of installed languages - has to be language independent
|
|
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/languages.js : \
|
|
$(SRCDIR)/helpcontent2/CustomTarget_html.mk
|
|
- printf 'var languagesSet = new Set([%s]);\n' "$(subst $(WHITESPACE),$(COMMA) ,$(patsubst %,'%',$(gb_HELP_LANGS)))" > $@
|
|
+ printf 'var languagesSet = new Set([%s]);\n' "$(subst $(WHITESPACE),$(COMMA) ,$(patsubst %,'%',$(ALL_LANGS)))" > $@
|
|
|
|
define html_gen_langnames_js_dep
|
|
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/langnames.js : \
|