diff --git a/Makefile b/Makefile index a58f6aa8..1c18e5f9 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ endif man: $(MANPAGE) -tarball: superclean man changelog authors version +tarball: man changelog authors version $(eval VERSION := $(shell cat VERSION)) $(eval VERSION := $(subst -,_,$(VERSION))) $(eval FILENAME := $(TARGET)-$(VERSION))