14069d8417
This patch includes:
* A README.help.md as a general documentation for the different
help types, the LO code and help-related build options.
* Adds --disable-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 build help variants, which
actually result in help packs.
Kind of reverts commit
|
||
---|---|---|
.. | ||
inc | ||
macros | ||
source | ||
AutoInstall.mk | ||
CustomTarget_langmacros.mk | ||
InstallModule_activex.mk | ||
InstallModule_base.mk | ||
InstallModule_calc.mk | ||
InstallModule_draw.mk | ||
InstallModule_extensions.mk | ||
InstallModule_gnome.mk | ||
InstallModule_graphicfilter.mk | ||
InstallModule_impress.mk | ||
InstallModule_kde.mk | ||
InstallModule_math.mk | ||
InstallModule_onlineupdate.mk | ||
InstallModule_ooo.mk | ||
InstallModule_python.mk | ||
InstallModule_quickstart.mk | ||
InstallModule_sdkoo.mk | ||
InstallModule_spsupp.mk | ||
InstallModule_ure.mk | ||
InstallModule_windows.mk | ||
InstallModule_winexplorerext.mk | ||
InstallModule_writer.mk | ||
InstallModule_xsltfilter.mk | ||
InstallScript_sdkoo.mk | ||
InstallScript_setup_osl.mk | ||
Makefile | ||
Module_scp2.mk | ||
README.md |
SCript Particle Installer
This contains code that describes which pieces of the project should
be packaged and installed - it is used to build among other things
a setup_osl.inf
or .ins
file - that is used by solenv/bin/make_installer.pl
to build the installation.