summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-10-28 00:39:39 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-10-28 00:39:39 +0200
commit72258d123467979ea7c4f1ecc029e6fb78907fad (patch)
tree63ba9368de5f7ef73899237587dd2855b2b4f568
parentb76bca11b1012253db4fb63aefb8423ad30b84f3 (diff)
add languagetool to tail_build
Change-Id: Id42c86bc5e6deaaa3215beefcf06474b5049e6e3
-rw-r--r--Module_tail_build.mk1
-rw-r--r--languagetool/ExternalProject_languagetool.mk2
-rw-r--r--postprocess/prj/build.lst2
3 files changed, 3 insertions, 2 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 230d9734e6cf..1fb20d2751ba 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -89,6 +89,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
jurt \
jvmaccess \
jvmfwk \
+ $(call gb_Helper_optional,LANGUAGETOOL,languagetool) \
libcdr \
libcmis \
libmspub \
diff --git a/languagetool/ExternalProject_languagetool.mk b/languagetool/ExternalProject_languagetool.mk
index 4934dad3146b..363fde5c17da 100644
--- a/languagetool/ExternalProject_languagetool.mk
+++ b/languagetool/ExternalProject_languagetool.mk
@@ -15,7 +15,7 @@ $(eval $(call gb_ExternalProject_register_targets,languagetool,\
build \
))
-$(call gb_ExternalProject_get_state_target,languagetool,build) :
+$(call gb_ExternalProject_get_state_target,languagetool,build) : $(call gb_Jar_get_outdir_target,juh)
cd "$(call gb_UnpackedTarball_get_dir,languagetool)" && \
$(ICECREAM_RUN) "$(ANT)" \
-q \
diff --git a/postprocess/prj/build.lst b/postprocess/prj/build.lst
index b445daad422b..3247ce95f5c0 100644
--- a/postprocess/prj/build.lst
+++ b/postprocess/prj/build.lst
@@ -1,4 +1,4 @@
-po postprocess :: BINFILTER:binfilter CRASHREP:crashrep EPM:epm HELP:helpcontent2 ODK:odk LANGUAGETOOL:languagetool MYSQLC:mysqlc DESKTOP:setup_native STLPORT:stlport sysui tail_build NULL
+po postprocess :: BINFILTER:binfilter CRASHREP:crashrep EPM:epm HELP:helpcontent2 ODK:odk MYSQLC:mysqlc DESKTOP:setup_native STLPORT:stlport sysui tail_build NULL
po postprocess usr1 - all po_mkout NULL
po postprocess\checkxml nmake - all po_checkxml NULL
po postprocess\packconfig nmake - all po_packconfig po_checkxml NULL