Commit 45734ad4fbeee17ffc49bc309ccbf893287d2df6
1 parent
6786324814
Exists in
master
Makefile: fix make dist using git Changelog
Showing 1 changed file with 1 additions and 6 deletions Side-by-side Diff
Makefile
... | ... | @@ -171,12 +171,7 @@ |
171 | 171 | install-icons |
172 | 172 | |
173 | 173 | dist: clean |
174 | - @case `sed 15q ChangeLog` in \ | |
175 | - *"$(VERSION)"*) : ;; \ | |
176 | - *) \ | |
177 | - echo "ChangeLog not updated; not releasing" 1>&2;\ | |
178 | - exit 1;; \ | |
179 | - esac | |
174 | + @git log > ChangeLog.git | |
180 | 175 | @mkdir /tmp/$(distdir) |
181 | 176 | @cp -a * /tmp/$(distdir)/ |
182 | 177 | @rm -f $(dist_archive);\ |