X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2FMakefile;h=1f5d2d3c5986b99b12c36b38c53b85da7fde49ac;hb=a8e20a3995f4f90b742049dd682b25d831840d73;hp=836c264c8fe890f8977b983c1a903797fae7f289;hpb=9a9c95ebabbb1d4d7dce627ed1baea130ea98766;p=helm.git diff --git a/helm/www/matita/Makefile b/helm/www/matita/Makefile index 836c264c8..1f5d2d3c5 100644 --- a/helm/www/matita/Makefile +++ b/helm/www/matita/Makefile @@ -5,16 +5,16 @@ SIZE_Y=70 SEQ=3 -all: matita.xcf +all: images/matita.xcf for Y in `seq 0 $(SEQ)`; do \ - convert matita.png -crop \ + convert images/matita.png -crop \ $(SIZE_X)x$(SIZE_Y)+$(MARGIN_X)+`expr $(MARGIN_Y) + $$Y '*' '(' $(SIZE_Y) + 1 ')'` tmp.png; \ - composite -compose src-over bg.png tmp.png bg$$Y.png;\ + composite -compose src-over images/bg.png tmp.png images/bg$$Y.png;\ done;\ rm tmp.png clean: for X in `seq 0 $(SEQ)`; do\ - rm bg$$X.png;\ + rm images/bg$$X.png;\ done