[Libreoffice-commits] core.git: configure.ac
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Feb 16 01:18:55 UTC 2016
configure.ac | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 36c4adf405f8d12e4fc4fbeebdd6888983dc3fa7
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Feb 16 00:55:29 2016 +0100
update export-validation help message
Change-Id: I654151d662d579533f89cbc13af1e10cb8944edf
Reviewed-on: https://gerrit.libreoffice.org/22383
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/configure.ac b/configure.ac
index 5895855..9037ed2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2036,8 +2036,9 @@ AC_ARG_WITH(ant-home,
AC_ARG_WITH(export-validation,
AS_HELP_STRING([--with-export-validation],
- [If you want the exported files to be validated. Right now limited to OOXML files in calc export tests.
- Note: You need an executable script officeotron that takes the path to the file.])
+ [If you want the exported files to be validated. Right now limited to OOXML and ODF files.
+ Note: You need executable scripts officeotron and odfvalidator that take the path to the file.
+ See https://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/export-validation])
[
Usage: --with-export-validation
],
More information about the Libreoffice-commits
mailing list