# Last edited on 2003-12-10 21:41:13 by stolfi REBUILDING ABSENT/MISSING IMAGES foreach tp ( tp[0-9]* ) echo "=== ${tp} ===============================" ( cd ${tp} && rm -f {absent,missing}{,-i}.png ) ( cd ${tp} && make {absent,missing}{,-i}.png ) echo "============================================" end foreach dir ( tp[0-9]*/{aula,casa} ) echo "=== ${dir} ===============================" foreach f ( {absent,missing}{,-i}.png ) ( cd ${dir} && rm -f ${f} ) ( cd ${dir} && ln -s ../${f} ) end echo "============================================" end