SVG into PNG using batik transcoder with dynamic Makefile for timestamp laziness
svg2png-all
perform conversions for extras/qtags/pdgs/pdg
svg2png-convert-fast dir
convert all .svg found in dir/svgtype/name.svg into dir/png/name.png using batik transcoder class, avoiding the commercial Illustrator
A dynamic Makefile is generated to do fast timestamp checks between the source and target files. This means it completes in milliseconds when there are no conversions to do.
svg2png-convert-recursive dir
visits dirs two levels beneath dir that contains .svg (ie matching star/star/star.svg) and creates .png siblings of the .svg found there