diff options
Diffstat (limited to 'Module_helpcontent2.mk')
-rw-r--r-- | Module_helpcontent2.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Module_helpcontent2.mk b/Module_helpcontent2.mk index 3e69742f96..2975af0adb 100644 --- a/Module_helpcontent2.mk +++ b/Module_helpcontent2.mk @@ -17,10 +17,11 @@ $(eval $(call gb_Module_add_targets,helpcontent2,\ ifeq ($(ENABLE_HTMLHELP),TRUE) $(eval $(call gb_Module_add_targets,helpcontent2,\ CustomTarget_html \ + GeneratedPackage_html_lang_generated \ GeneratedPackage_html_media \ - GeneratedPackage_html_generated \ + Package_html_dynamic \ + Package_html_lang \ Package_html_static \ - Package_html \ )) endif |