build:
	ls *.html | xargs -I {} cp {} {}.txt
.PHONY: build 
