diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-01-18 09:34:15 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-01-25 16:40:00 +0100 |
commit | 919def267b89cfe03f40218baa8c16cf65526448 (patch) | |
tree | d7be260ec34a9ca56256b395a1be7170effede93 /Package_html_dynamic.mk | |
parent | e1da23a649197d960c8492373326e11286b3239e (diff) |
tdf#123318 tdf#129697 Don't hardcode product name in CSS and JS
Change-Id: I0ef315146fed188eb1cf33c416ff5f3e9899bbae
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128524
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_dynamic.mk')
-rw-r--r-- | Package_html_dynamic.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Package_html_dynamic.mk b/Package_html_dynamic.mk index 8c0c2fe5b4..6e23cf892e 100644 --- a/Package_html_dynamic.mk +++ b/Package_html_dynamic.mk @@ -14,6 +14,8 @@ $(eval $(call gb_Package_use_customtarget,helpcontent2_html_dynamic,helpcontent2 $(eval $(call gb_Package_add_files,helpcontent2_html_dynamic,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)), \ hid2file.js \ languages.js \ + default.css \ + help2.js \ )) # vim: set noet sw=4 ts=4: |