summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_images.mk
AgeCommit message (Collapse)Author
2013-08-22remove superfluous sort.plBjoern Michaelsen
Change-Id: I5d182aa00c4c0488edb52633392f6747772b7176
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-07-16Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt
Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2
2013-05-05drop pointless build of a resource fileDavid Tardon
Change-Id: Ic3d554bbcc8bdbad85c868c06d451bd6f12def54
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-29There is no images*_brand.zip filesStephan Bergmann
Change-Id: I6ddeff7ae72693fd0951d71bd7b5444938bc7286
2013-04-26one pattern rule is enoughDavid Tardon
As has been shown, two rules get out of sync .-) Change-Id: Ia331d3949fd8765c0d999d63351dda412d3c744d
2013-04-26Related: fdo#63591 pack missing images referenced by .ui filesCaolán McNamara
Change-Id: Ibab8cbbfc6cc716f64aadec0ec97944a698c3874
2013-04-19fdo#63591 pack images referenced by .ui filesDavid Tardon
Change-Id: Ia7e932a98d3f2c8bca981261406798760b69f8e8
2013-04-16add missing dep on helpimg.ilstDavid Tardon
Change-Id: I051bbc0c3689d0111c9abecf2c74ab2c1afec7cc
2013-04-11install UI config. files using filelistsDavid Tardon
Change-Id: I422c8912bc2557c2c03bb885e5c193deb93d1d5e Reviewed-on: https://gerrit.libreoffice.org/3233 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-04postprocess: pack help images, tooAndras Timar
Change-Id: Ib8bafe50c91f2a6098b166a93035acacbd4070ae
2013-02-27postprocess: fix creating of images*zipMatúš Kukan
Prerequisites need to be in special order because we use $< in rules. Also add dependency on AllPackages which could help. Change-Id: Iec1821b333d9ce88fb811e0f262b0845f922a467
2013-02-26move postprocess to gbuildBjoern Michaelsen
the gb_Postprocess* foo could also be in gb_Module* as it is conceptionally close ('do things globally/productwide'). OTOH I see no obvious reason for e.g. signing not to be done right along with building a lib/executable anyway instead of in postprocess. The same is likely true for the other stuff too. Change-Id: I9c8f569564c056643af7ca39bfe038ed228dcd3d Reviewed-on: https://gerrit.libreoffice.org/2426 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-02-18packimages: this is not .ilst directoryMatúš Kukan
Change-Id: I6515cddd1eb7fe4f9fcb333f743d35bc9c9f56f1
2013-02-18seed packimages from SRCDIR instead of OURDIR (fix build breaker)Bjoern Michaelsen
- in the long run we should likely either move packimages to icon-themes or the icon-themes to postprocess to have them together Change-Id: I4d0d9d4035600191bb16565efb8756aab2a447c2 Reviewed-on: https://gerrit.libreoffice.org/2235 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-12-24merge packimages into postprocessMatúš Kukan
Change-Id: Ie00c7cbc012a605e95ceafcad384a67b599fc758 Reviewed-on: https://gerrit.libreoffice.org/1476 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>