summaryrefslogtreecommitdiff
path: root/Package_html_dynamic.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-08-14 16:34:25 +0200
committerJan Holesovsky <kendy@collabora.com>2018-08-16 09:13:39 +0200
commit73023bcc0dba68f6677bc02cdad75145180e2b11 (patch)
tree66fa7eb6279cd0752e012e286c422b1162d96cea /Package_html_dynamic.mk
parent0d068dc8d5cd64f89c8a8e3d0a6bef6ed9e1ee87 (diff)
Limit the online help only to the built languages.
Change-Id: Ib81dbd9a4047d9bb63761a43ef0b183a450b03f1 Reviewed-on: https://gerrit.libreoffice.org/59047 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'Package_html_dynamic.mk')
-rw-r--r--Package_html_dynamic.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Package_html_dynamic.mk b/Package_html_dynamic.mk
index 7af53ecb8d..8c0c2fe5b4 100644
--- a/Package_html_dynamic.mk
+++ b/Package_html_dynamic.mk
@@ -13,6 +13,7 @@ $(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 \
))
# vim: set noet sw=4 ts=4: