mirror of
https://github.com/libimobiledevice/idevicerestore.git
synced 2026-03-18 19:52:26 +00:00
13 lines
275 B
Makefile
13 lines
275 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src docs
|
|
|
|
EXTRA_DIST = \
|
|
docs \
|
|
README.md \
|
|
git-version-gen
|
|
|
|
dist-hook:
|
|
@if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
|
|
echo $(VERSION) > $(distdir)/.tarball-version
|