diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2012-01-15 12:42:28 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2012-01-15 12:42:28 +0100 |
commit | f06126233b70fd4d7bbe13ff38d5b6026528b9c7 (patch) | |
tree | 5d99d6945299876b685bdd231c381868c1cf15cf | |
parent | d06f7524e1ea30065bae1fd7fbcd3a66c08e8d57 (diff) |
The Galaxy (default) theme is now in icon-themes/galaxy
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index d888549600..a931641a4f 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -99,7 +99,7 @@ aux_dirs .PHONY : $(COMMONBIN)$/helpimg.ilst .PHONY: -$(RM) $@ - $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SOLARSRC)/default_images/res/helpimg > $@.$(INPATH) + $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SOLARSRC)/icon-themes/galaxy/res/helpimg > $@.$(INPATH) $(RENAME) $@.$(INPATH) $@ |