diff options
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Repository.mk b/Repository.mk index 81268953a3a3..b0722e031a3d 100644 --- a/Repository.mk +++ b/Repository.mk @@ -802,10 +802,6 @@ $(eval $(call gb_Helper_register_packages, \ test_unittest \ cli_basetypes_copy \ extras_wordbook \ - $(if $(ENABLE_HTMLHELP),\ - helpcontent2_html_static \ - helpcontent2_html \ - ) \ instsetoo_native_setup \ $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \ postprocess_registry \ @@ -955,6 +951,12 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ sfx2_classification \ $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \ $(if $(and $(filter WNT,$(OS)), $(filter X86_64,$(CPUNAME))),twain_dsm) \ + $(if $(ENABLE_HTMLHELP),\ + helpcontent2_html \ + helpcontent2_html_generated \ + helpcontent2_html_media \ + helpcontent2_html_static \ + ) \ )) $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\ |