[Libreoffice-commits] help.git: Module_helpcontent2.mk
Stephan Bergmann
sbergman at redhat.com
Thu May 3 13:29:16 UTC 2018
Module_helpcontent2.mk | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 819ea03090a68b250f09df30731f9ad0c0f9e625
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu May 3 15:22:24 2018 +0200
An AllLangPackage should be an l10n_target
...to avoid "target ... should be a l10n target" warnings from
solenv/gbuild/Module.mk (but apart from that, doesn't seem to make much of a
difference)
Change-Id: I193333b1f9fba63795d6e99ca97de8d07eb744e6
Reviewed-on: https://gerrit.libreoffice.org/53794
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/Module_helpcontent2.mk b/Module_helpcontent2.mk
index 2f199d91d..41311cac9 100644
--- a/Module_helpcontent2.mk
+++ b/Module_helpcontent2.mk
@@ -15,14 +15,19 @@ $(eval $(call gb_Module_add_targets,helpcontent2,\
))
ifeq ($(ENABLE_HTMLHELP),TRUE)
+
$(eval $(call gb_Module_add_targets,helpcontent2,\
- AllLangPackage_html_lang \
CustomTarget_html \
GeneratedPackage_html_lang_generated \
GeneratedPackage_html_media \
Package_html_dynamic \
Package_html_static \
))
+
+$(eval $(call gb_Module_add_l10n_targets,helpcontent2,\
+ AllLangPackage_html_lang \
+))
+
endif
$(eval $(call gb_Module_add_l10n_targets,helpcontent2,\
More information about the Libreoffice-commits
mailing list