X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=artwork%2FMakefile;h=734d958e476452d77e738f2acf54f3e431ccf88c;hb=5f5fd9a48c4123ba41b9382ec0ae0703af736b91;hp=4872ee8226571c9b351226ecfe5b8417796a836e;hpb=64548f5064ce6334dc4cef9a4d7cba6b2b2ad4fc;p=neurodebian.git diff --git a/artwork/Makefile b/artwork/Makefile index 4872ee8..734d958 100644 --- a/artwork/Makefile +++ b/artwork/Makefile @@ -1,12 +1,12 @@ all:: pics SVGIS=$(shell /bin/ls *.svgtune | sed -e 's/.svgtune/_tuned/g') -ICONSIZED=ccn-logo_h50.png uni-md-logo_h50.png +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)