www: X
	rm -f www/all.tar.gz
	tar cf - www | gzip > all.tar.gz
	mv all.tar.gz www

X:
	@/bin/true

list:
	find www -cnewer www/all.tar.gz -print
