From 72be7a46b51dacdd5e9765fba2ba9ee83715908c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Jul 2003 09:51:59 +0000 Subject: do not generate non needed rtl images --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2adc7e1b..99263d57 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,10 @@ install: all for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done dis: clean - for i in pixmaps/default/mcc-left*png; do convert -flop $$i $${i%.png}_rtl.png;done + for i in pixmaps/default/mcc-left-back{,-bottom,-middle,-top}.png; do convert -flop $$i $${i%.png}_rtl.png;done + + + rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* mkdir -p $(NAME)-$(VERSION) find . -not -name "$(NAME)-$(VERSION)" | cpio -pd $(NAME)-$(VERSION)/ -- cgit v1.2.1