diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-25 11:28:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-25 11:29:57 +0100 |
commit | 2b2bdcf84fc1ea41c4d9e69d53ba9f1177da9bdd (patch) | |
tree | 3026c7ad514db612b75a9355e4798ea46b9fa55f /Repository.mk | |
parent | c7489ede3869a9701d1081677bc8f040a78ec77b (diff) |
add a little devtool to list the languages supported for spellchecking
Change-Id: Iad21ad040e797690a80f94e2eec8e38b8bffadb2
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index a7d7e534fdaa..ebefb9408ef0 100644 --- a/Repository.mk +++ b/Repository.mk @@ -98,6 +98,7 @@ $(eval $(call gb_Helper_register_executables,OOO,\ gengal \ guiloader \ guistdio \ + langsupport \ odbcconfig \ officeloader \ quickstart \ @@ -127,6 +128,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ else $(eval $(call gb_Helper_register_executables,OOO,\ + langsupport \ soffice.bin \ unopkg.bin \ gengal.bin \ |