diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-20 16:19:26 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-20 16:28:55 +0200 |
commit | 217b573354479c1c42f840d1a011bc434bb2c498 (patch) | |
tree | 7e4cb5cbbaa729e455594d1ca6c462aa87948f16 /Repository.mk | |
parent | 3591aff5850e52f163f8bbf6b0bd47cd647de46d (diff) |
move idxdict out of dictionaries
So dictionaries is again a nice data-only module and we do not need to
build it in build phase of cross-compilation. It really does not make
sense to build a gazillion of extensions just because we will need one
tiny tool later...
Change-Id: I23f01b818afba1bc8cc88ef3e8305ecfb7a193c0
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 44b4f17cee67..535b0e1740af 100644 --- a/Repository.mk +++ b/Repository.mk @@ -40,6 +40,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ genindex_data \ gsicheck \ helpex \ + idxdict \ localize \ mkunroll \ osl_process_child \ |