Kaydet (Commit) 41264245 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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 d9f7f2b4
...@@ -952,8 +952,9 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ ...@@ -952,8 +952,9 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
$(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \ $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
$(if $(and $(filter WNT,$(OS)), $(filter X86_64,$(CPUNAME))),twain_dsm) \ $(if $(and $(filter WNT,$(OS)), $(filter X86_64,$(CPUNAME))),twain_dsm) \
$(if $(ENABLE_HTMLHELP),\ $(if $(ENABLE_HTMLHELP),\
helpcontent2_html \ helpcontent2_html_dynamic \
helpcontent2_html_generated \ helpcontent2_html_lang \
helpcontent2_html_lang_generated \
helpcontent2_html_media \ helpcontent2_html_media \
helpcontent2_html_static \ 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