summaryrefslogtreecommitdiffstats
path: root/postprocess/Rdb_services.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-05-24 14:12:18 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2021-05-24 17:47:49 +0200
commit576a49d0276b1b5bf058cd1e17d3a9df6effb68a (patch)
treed0972d558234d1804addc3adf4b30409bc142382 /postprocess/Rdb_services.mk
parentconfigure: Replace tabs with spaces (diff)
downloadcore-576a49d0276b1b5bf058cd1e17d3a9df6effb68a.tar.gz
core-576a49d0276b1b5bf058cd1e17d3a9df6effb68a.zip
configure: Improve help handling
To summerize my understanding of the help build: LO can build three kinds of help: XML (local), HTML (local) and HTML-online. Both local help variants can be included in help- packs, which might be bundeled with the installer or provided as separate packages. The HTML-online help is the external help provided by help.libreoffice.org, which can provide an additional, xapian-omega based, search mechanism. The XML help is build with additional index and formating using internal tools. The xmlhelp module is used to display the XML help. Both HTML-based help is shown in a browser. What this patch includes is: * Adds --enable-xmlhelp for removing the xmlhelp support from the build. Disable for iOS, Android and Emscripten. This was partly included in HAVE_FEATURE_DESKTOP before. * Rename WITH_HELP define to WITH_HELPPACKS, which reflects the actual usage AFAIK. * Depend --with-omindex on --with-help=online and don't override the --with-help setting. Error out on conflicting options. * Depend --with-helppack-integration on a build help variants, which actually result in help packs. Kind of reverts commit 2c38ea6d16b910294220cefaf8ae6a0683e6405a ("Building without --with-help is not supposed to disable help functionality"). Change-Id: Ie4cb73905b3ed94e991d9f1bd75cfbd6de9da385
Diffstat (limited to 'postprocess/Rdb_services.mk')
-rw-r--r--postprocess/Rdb_services.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 0154db097caf..1faf14a374a0 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -224,6 +224,7 @@ $(eval $(call gb_Rdb_add_components,services,\
wizards/com/sun/star/wizards/report/report \
wizards/com/sun/star/wizards/table/table \
) \
+ $(call gb_Helper_optional,XMLHELP,xmlhelp/util/ucpchelp1) \
))
$(eval $(call gb_Rdb_add_components,services,\
@@ -298,7 +299,6 @@ $(eval $(call gb_Rdb_add_components,services,\
extensions/source/logging/log \
extensions/source/scanner/scn \
extensions/source/update/feed/updatefeed \
- xmlhelp/util/ucpchelp1 \
$(if $(filter-out WNT,$(OS)),\
shell/source/cmdmail/cmdmail \
) \