.PHONY: dist

dist:
	@cp --verbose LIESMICH.md $(tempdir); \
	cp --verbose README.md $(tempdir); \
	cp --verbose COPYING $(tempdir)
