all: latexpand.zip

README:
	./latexpand --help > README

.PHONY: latexpand.zip
latexpand.zip: README
	-$(RM) $@
	@echo "latexpand version $$(git rev-parse HEAD)" > version.txt
	zip $@ README version.txt $$(git ls-files)
