Consider compiler warnings as errors
[shigofumi.git] / Makefile.am
blobd773683e6a374a444140e10feacd75c5142ed012
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2
3 SUBDIRS = 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