marcello: time for i in `cat pluto` ; do ./mywget.pl $$i ; done rdf: find output -type f -exec ./split.pl {} \; find rdf -type f -exec ./fix_rdf.pl {} \; (cd rdf ; ../mkindex.sh) .PHONY: clean rdf clean-rdf clean: find output -type f -exec rm {} \; clean-rdf: rm -rf rdf/*