diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-07 20:15:02 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-09 07:42:30 +0200 |
commit | 3d2c49ce800a64eab63c204874c260a75adb6c9c (patch) | |
tree | 4a845e8b17dcbaf705bdeb9359e0987c7909c9b7 | |
parent | 6fa970fb62ce5825640be1b5ce0e0c066e0e5fbd (diff) |
add dictionaries to tail_build
Change-Id: If898ad805a1530d201650429b988c2866fb62512
-rw-r--r-- | Module_tail_build.mk | 3 | ||||
-rw-r--r-- | postprocess/prj/build.lst | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index 0ac0f53e7c23..38b795d41164 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -46,6 +46,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ cui \ dbaccess \ desktop \ + $(if $(filter DICTIONARIES,$(BUILD_TYPE)),\ + dictionaries \ + ) \ dtrans \ drawinglayer \ editeng \ diff --git a/postprocess/prj/build.lst b/postprocess/prj/build.lst index 72332e1b670d..819a19c7bc5c 100644 --- a/postprocess/prj/build.lst +++ b/postprocess/prj/build.lst @@ -1,4 +1,4 @@ -po postprocess :: BINFILTER:binfilter CRASHREP:crashrep CT2N:ct2n EPM:epm extras HELP:helpcontent2 LIBRSVG:librsvg ODK:odk MORE_FONTS:more_fonts DICTIONARIES:dictionaries LANGUAGETOOL:languagetool MYSQLC:mysqlc DESKTOP:setup_native STLPORT:stlport sysui tail_build NULL +po postprocess :: BINFILTER:binfilter CRASHREP:crashrep CT2N:ct2n EPM:epm extras HELP:helpcontent2 LIBRSVG:librsvg ODK:odk MORE_FONTS:more_fonts LANGUAGETOOL:languagetool 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 |