mirror of
https://github.com/libimobiledevice/ideviceinstaller.git
synced 2026-03-18 20:02:26 +00:00
12 lines
266 B
Makefile
12 lines
266 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src man
|
|
|
|
EXTRA_DIST = \
|
|
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
|