Add configuration option `confirm_send' to control compose confirmation
[shigofumi.git] / Makefile.am
blob82b0897d3d3cee38f18c071b0057de384efb80c6
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz
3 SUBDIRS = po src
5 if BUILD_DOC
6 SUBDIRS += doc
7 endif
9 EXTRA_DIST = config.rpath
11 dist-hook:
12         git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log"
13         git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true