doc: Annotate documentation for new box types
[libisds.git] / Makefile.am
blob05e1494f3198b22b101022d2c461f66140dcc86b
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz color-tests
3 SUBDIRS = po src
5 if BUILD_EXAMPLE
6 SUBDIRS += client
7 endif
9 if BUILD_MAN
10 SUBDIRS += doc
11 endif
13 if BUILD_TEST
14 SUBDIRS += test
15 endif
17 pkgconfigdir = $(libdir)/pkgconfig
18 pkgconfig_DATA = $(PACKAGE).pc
20 EXTRA_DIST = config.rpath server
22 dist-hook:
23         git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log"
24         git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true