X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita_homepage%2FMakefile;h=836c264c8fe890f8977b983c1a903797fae7f289;hb=99b249b23524cda2d91602ee088fef1a7be253ee;hp=a1d5bb5d32c9548cd9329232088f32bb97a96f82;hpb=670cb5c17cf59b0b7c7f3e5a5e00797780284428;p=helm.git diff --git a/helm/matita_homepage/Makefile b/helm/matita_homepage/Makefile index a1d5bb5d3..836c264c8 100644 --- a/helm/matita_homepage/Makefile +++ b/helm/matita_homepage/Makefile @@ -6,7 +6,6 @@ SIZE_Y=70 SEQ=3 all: matita.xcf - convert -flatten matita.xcf matita.png for Y in `seq 0 $(SEQ)`; do \ convert matita.png -crop \ $(SIZE_X)x$(SIZE_Y)+$(MARGIN_X)+`expr $(MARGIN_Y) + $$Y '*' '(' $(SIZE_Y) + 1 ')'` tmp.png; \ @@ -18,5 +17,4 @@ clean: for X in `seq 0 $(SEQ)`; do\ rm bg$$X.png;\ done - rm matita.png