diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-07-04 16:29:59 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-07-04 16:31:26 +0200 |
commit | c625bc9aa485c747de54b0cb479abbbf79789b36 (patch) | |
tree | eefb89b0467ebb33b4803849b7c7d64d9ba9a54b /distro-configs | |
parent | 1b6031423c39afba57c6d67c098ac49e1e22a303 (diff) |
enable html-help for Linux, Windows and Mac distro-configs
Change-Id: I731e9bcae221d72286f13d5ab8a117e1f1f92052
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeMacOSX.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin32.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin64.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index c0b43e16b087..e6e887af646d 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -9,7 +9,7 @@ --without-system-jars --without-system-postgresql --without-junit ---with-help +--with-help=html --without-helppack-integration --with-linker-hash-style=both --with-fonts diff --git a/distro-configs/LibreOfficeMacOSX.conf b/distro-configs/LibreOfficeMacOSX.conf index ffba84163308..a4f913c7ec7e 100644 --- a/distro-configs/LibreOfficeMacOSX.conf +++ b/distro-configs/LibreOfficeMacOSX.conf @@ -6,6 +6,6 @@ --enable-online-update --without-system-postgresql --disable-gtk ---with-help +--with-help=html --with-myspell-dicts --with-package-format=dmg diff --git a/distro-configs/LibreOfficeWin32.conf b/distro-configs/LibreOfficeWin32.conf index 87e7bea06ef1..0ab2f1da2281 100644 --- a/distro-configs/LibreOfficeWin32.conf +++ b/distro-configs/LibreOfficeWin32.conf @@ -7,7 +7,7 @@ --enable-ext-nlpsolver --enable-online-update --enable-breakpad ---with-help +--with-help=html --with-myspell-dicts --with-package-format=msi --enable-mergelibs diff --git a/distro-configs/LibreOfficeWin64.conf b/distro-configs/LibreOfficeWin64.conf index 1a50e009cfb5..8e1a73ffb653 100644 --- a/distro-configs/LibreOfficeWin64.conf +++ b/distro-configs/LibreOfficeWin64.conf @@ -8,7 +8,7 @@ --enable-ext-nlpsolver --enable-online-update --enable-breakpad ---with-help +--with-help=html --with-myspell-dicts --with-package-format=msi --enable-mergelibs |