Add --feature, depr. --no-*
[quvi-tool.git] / Makefile.am
blob0c66ce6cc115214889bba71c5b55517b9e8b90d7
1 ACLOCAL_AMFLAGS=-I m4
2 EXTRA_DIST=     gen-ver.sh VERSION
4 SUBDIRS=        src
5 if WITH_MANUAL
6 SUBDIRS+=       doc
7 endif
9 .PHONY: ChangeLog VERSION
11 VERSION:
12         @if test -d "$(top_srcdir)/.git" -o -f "$(top_srcdir)/.git"; then \
13                 "$(top_srcdir)/gen-ver.sh" "$(top_srcdir)" > $@; \
14         fi
16 ChangeLog:
17         @if test -d "$(top_srcdir)/.git" -o -f "$(top_srcdir)/.git"; then \
18                 git log --stat --name-only --date=short --abbrev-commit > $@; \
19         fi
21 dist-hook: ChangeLog VERSION