]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/Makefile
- all final shtml are now well formed XML documents
[helm.git] / helm / www / matita / Makefile
index 1f5d2d3c5986b99b12c36b38c53b85da7fde49ac..92149d1125cd90500b762a99b919ba13045797ee 100644 (file)
@@ -1,3 +1,4 @@
+
 MARGIN_X=30
 MARGIN_Y=206
 SIZE_X=426
@@ -5,7 +6,9 @@ SIZE_Y=70
 
 SEQ=3
 
-all: images/matita.xcf
+all:
+
+images: images/matita.xcf
        for Y in `seq 0 $(SEQ)`; do \
                convert images/matita.png -crop \
                        $(SIZE_X)x$(SIZE_Y)+$(MARGIN_X)+`expr $(MARGIN_Y) + $$Y '*' '(' $(SIZE_Y) + 1 ')'` tmp.png; \