Fix building with libxml2-2.12.0
[shigofumi.git] / Makefile.am
blob5d2e78d494ac001875065aacda43407aec112ff4
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz
3 SUBDIRS = po src test
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