diff --git a/Makefile b/Makefile index 1b966a8..f1dfe27 100644 --- a/Makefile +++ b/Makefile @@ -171,12 +171,7 @@ install: $(pck_infiles:.in=) \ install-icons dist: clean - @case `sed 15q ChangeLog` in \ - *"$(VERSION)"*) : ;; \ - *) \ - echo "ChangeLog not updated; not releasing" 1>&2;\ - exit 1;; \ - esac + @git log > ChangeLog.git @mkdir /tmp/$(distdir) @cp -a * /tmp/$(distdir)/ @rm -f $(dist_archive);\