all: #pics: ./synclinks find -name \*.tmp -exec rm "{}" \; ./album2wml -hashes -known_images -theme .theme -medium 800x600 \ -clean -index index.wml -name_length 40 clean: find -name \*.wml -exec rm -rf "{}" \; find -name album.tmp.\* -exec rm -rf "{}" \; sterile: clean find -name tn -exec rm -rf "{}" \;