diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:46:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:46:05 +0000 |
commit | ae582160d00985be2fb33106f0ee1200e2d35376 (patch) | |
tree | 27456882ef84937d3943d5e79dd05a8914943a0d /packimages | |
parent | 543ce2d665138be99180049579bdb0da1e7cc0d5 (diff) |
INTEGRATION: CWS vcl87 (1.2.4); FILE MERGED
2008/03/17 11:43:37 pl 1.2.4.1: #i86904# no logo images.zip (thanks ause)
Diffstat (limited to 'packimages')
-rw-r--r-- | packimages/pack/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index 306e70146408..080b441b3c72 100644 --- a/packimages/pack/makefile.mk +++ b/packimages/pack/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2008-03-18 14:45:55 $ +# last change: $Author: kz $ $Date: 2008-04-03 16:46:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ CUSTOM_PREFERRED_FALLBACK_1*=$(SOLARSRC)$/ooo_custom_images$/tango CUSTOM_PREFERRED_FALLBACK_2*=$(SOLARSRC)$/ooo_custom_images$/industrial CUSTOM_IMAGE_SETS=hicontrast industrial crystal tango CUSTOM_IMAGES+=$(foreach,i,$(CUSTOM_IMAGE_SETS) images_$i) +CUSTOM_IMAGES+=$(COMMONBIN)$/nologo$/images.zip CRYSTAL_TARBALL=$(SOLARSRC)$/external_images$/ooo_crystal_images-1.tar.gz |