Unattended login in batch mode
[shigofumi.git] / Makefile.am
blobce2f307000aa04bfe049b03dabfb7b696f5fa383
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2
3 SUBDIRS = doc po src
5 EXTRA_DIST = config.rpath
7 dist-hook:
8         git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log"
9         git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true