From f09e8d5f67686a9ff5caef7415b9a22e72847dfc Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 16 Jun 2004 15:08:11 +0000 Subject: Update targets --- images/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'images') diff --git a/images/Makefile b/images/Makefile index 28e9e7b4..001c1413 100644 --- a/images/Makefile +++ b/images/Makefile @@ -19,7 +19,7 @@ ########################################################################### # Sources -BUTTONS=goal.xcf next.xcf qed.xcf restart.xcf retract.xcf undo.xcf use.xcf state.xcf context.xcf info.xcf command.xcf help.xcf find.xcf interrupt.xcf goto.xcf abort.xcf +BUTTONS=pg-goal.xcf pg-next.xcf pg-qed.xcf pg-restart.xcf pg-retract.xcf pg-undo.xcf pg-use.xcf pg-state.xcf pg-context.xcf pg-info.xcf pg-command.xcf pg-help.xcf pg-find.xcf pg-interrupt.xcf pg-goto.xcf pg-abort.xcf WEBPIX=ProofGeneral.xcf pg-text.xcf # Targets for html directory @@ -51,7 +51,8 @@ dist: all install distclean # a different background colour, and xpm files only allow # one-bit alpha). backgroundize-xpm: $(BUTTONS) - for f in *.xpm; do sed 's/#BCBCBC"/#BCBCBC s backgroundToolBarColor"/g' $$f > $$f.new; mv $$f.new $$f; done +# for f in *.xpm; do sed 's/c None.*"/c None s backgroundToolBarColor"/g' $$f > $$f.new; mv $$f.new $$f; done + for f in *.xpm; do sed 's/c #E0E0E0.*"/c #E0E0E0 s backgroundToolBarColor"/g' $$f > $$f.new; mv $$f.new $$f; done # NB: gimp sometimes fails with this argument, in case it is built # without support for one of the image formats. -- cgit v1.2.3