diff options
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5888709..ca007b7 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -7,4 +7,5 @@ EXTRA_DIST = \ | |||
| 7 | git-version-gen | 7 | git-version-gen |
| 8 | 8 | ||
| 9 | dist-hook: | 9 | dist-hook: |
| 10 | @if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi | ||
| 10 | echo $(VERSION) > $(distdir)/.tarball-version | 11 | echo $(VERSION) > $(distdir)/.tarball-version |
