From 71101937bb152be94c88100226662400d8435a3c Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Tue, 16 Nov 2010 09:36:00 +0100 Subject: Remove hicontrast creating script from makefile The script has gone, the hicontrast theme is in a separate directory now anyway. --- packimages/pack/makefile.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'packimages') diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index 59611774b750..1edc362086f4 100644 --- a/packimages/pack/makefile.mk +++ b/packimages/pack/makefile.mk @@ -71,10 +71,6 @@ images_% : $(RES)$/img$/commandimagelist.ilst $(COMMONBIN)$/images_brand.zip: @$(TOUCH) $@ -# generate the HiContrast icon set -$(MISC)$/hicontrast.flag .PHONY : - $(PERL) $(SOLARENV)$/bin$/hicontrast-to-theme.pl $(SOLARSRC)$/default_images $(MISC)$/hicontrast && $(TOUCH) $@ - # unpack the Crystal icon set $(MISC)$/crystal.flag : $(CRYSTAL_TARBALL) cd $(MISC) && gzip -d -c $(CRYSTAL_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f) @@ -100,11 +96,8 @@ $(MISC)$/classic.flag : $(CLASSIC_TARBALL) @$(TYPE) $@ || echo "ERROR: unpacking $(CLASSIC_TARBALL) failed" # dependencies -images_hicontrast : $(MISC)$/hicontrast.flag $(RES)$/img$/commandimagelist.ilst - images_crystal : $(MISC)$/crystal.flag $(RES)$/img$/commandimagelist.ilst images_oxygen : $(MISC)$/oxygen.flag $(RES)$/img$/commandimagelist.ilst images_classic : $(MISC)$/classic.flag $(RES)$/img$/commandimagelist.ilst - -- cgit