]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/Makefile
completed installation instructions
[helm.git] / helm / www / matita / Makefile
index 836c264c8fe890f8977b983c1a903797fae7f289..1f5d2d3c5986b99b12c36b38c53b85da7fde49ac 100644 (file)
@@ -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