[Libreoffice-commits] .: Makefile.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 6 15:04:30 PDT 2011
Makefile.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ffed4a853db94f4c1e3410fe624647ce49762c85
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jun 7 01:04:09 2011 +0300
Add autodoc to cross-build-toolset
diff --git a/Makefile.in b/Makefile.in
index 62f8da8..f9adbff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,6 +20,7 @@ endif
ifeq (@CROSS_COMPILING@,YES)
cross-build-toolset:
. ./Env.Build.sh && \
+ (cd autodoc && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
(cd idlc && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
(cd icu && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@) && \
(cd udkapi && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
More information about the Libreoffice-commits
mailing list