summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-07 01:04:09 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-07 01:04:09 +0300
commit161882e76dd7df81a2b7dd12f7d93a203c910a79 (patch)
tree768695ee5fae225d86f3e17621253a9d9d7f7bde /Makefile.in
parentabd34bc64f6784519f8fdbad13f2e5d71ab579c0 (diff)
Add autodoc to cross-build-toolset
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 62f8da865086..f9adbff33e18 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@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd idlc && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd icu && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@) && \
(cd udkapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \