From 4c645781b1767207e896cdcd8ae7393cfffde5c8 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 7 Aug 2014 16:24:28 -0400 Subject: [PATCH] ENH: atm ndhackergotchi.png was manually tuned IIRC and thus committed -- do not clean it up --- artwork/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artwork/Makefile b/artwork/Makefile index 7bcab85..734d958 100644 --- a/artwork/Makefile +++ b/artwork/Makefile @@ -6,7 +6,7 @@ ICONSIZED=ccn-logo_h50.png uni-md-logo_h50.png dartmouth-logo_h50.png pics: $(SVGIS) $(ICONSIZED) clean:: - for p in *.svg; do rm -f $${p%*.svg}.{pdf,eps,png}; done + for p in *.svg; do [ "$$p" = ndhackergotchi.svg ] || rm -f $${p%*.svg}.{pdf,eps,png}; done rm -rf *_tuned rm -f $(ICONSIZED) -- 2.39.2