Kaydet (Commit) 482c45c8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Jan Holesovsky

WIP: Split --with-help=html packages into non-locale and per-locale

...in preparation of packaging the per-locale data properly.

non-locale: GeneratedPackage_html_media
            Package_html_dynamic
            Package_html_static

per-locale: GeneratedPackage_html_lang_generated
            Package_html_lang

This is the core part of a change that spans core and helpcontent2.

Change-Id: I0e014649129f9ec498e5307c64807efa95eee0de
üst 7dcf2e4e
......@@ -943,8 +943,9 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
$(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_dynamic \
helpcontent2_html_lang \
helpcontent2_html_lang_generated \
helpcontent2_html_media \
helpcontent2_html_static \
) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment