Skip to content

Commit

Permalink
automake: Prevent dist or distcheck when uncommitted changes are …
Browse files Browse the repository at this point in the history
…present
  • Loading branch information
nikias committed Apr 16, 2024
1 parent 067c439 commit 6925d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ EXTRA_DIST = \
DISTCHECK_CONFIGURE_FLAGS =

dist-hook:
@if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
echo $(VERSION) > $(distdir)/.tarball-version

indent:
Expand Down

0 comments on commit 6925d58

Please sign in to comment.