go:
	./this-pylint --to-pylint to-table2
	./to-table2 --delimiter '|' --tooltips --suppressible --selections --yes-no --links < test.csv > test.html
	./to-table2 --delimiter '|' < test.csv > minimal.html
	./to-table2 -d --subtables --selections < test.csv > subtables.html

backup: clean
	tar cflS - Makefile this-pylint to-table2 > backups/$$(date +%Y-%m-%d).tar

install:
	sudo cp to-table2 /usr/local/bin/.

clean:
	rm -f *.html