summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-16 09:36:00 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-16 09:36:00 +0100
commit71101937bb152be94c88100226662400d8435a3c (patch)
treea79b4fcb12e28695820be078c47c6241e53857a9
parent44b4b3a2a38f79d8d46dd7e350d167081314a656 (diff)
Remove hicontrast creating script from makefile
The script has gone, the hicontrast theme is in a separate directory now anyway.
-rw-r--r--packimages/pack/makefile.mk7
1 files changed, 0 insertions, 7 deletions
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
-