diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 02:05:44 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-03 13:37:01 -0600 |
commit | e3f4c59f1b96e4046d6ffbac342a25a78204fe59 (patch) | |
tree | 7dcb01880c465c178921adf7f1b3d93810d2cd57 /helpcontent2/source/auxiliary/makefile.mk | |
parent | 60dac987110d6da21e27504a6cf607a37b2c1200 (diff) |
replace SOLARSRC by SRC_ROOT
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-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 a931641a4f..45ab373443 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)/icon-themes/galaxy/res/helpimg > $@.$(INPATH) + $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SRC_ROOT)/icon-themes/galaxy/res/helpimg > $@.$(INPATH) $(RENAME) $@.$(INPATH) $@ |