diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -34,10 +34,6 @@ install: all for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done dis: clean - 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)/ |