Use AM_SILENT_RULES
[platform/upstream/gnome-common.git] / Makefile.am
1 SUBDIRS = macros2 doc-build
2
3 EXTRA_DIST = \
4         autogen.sh \
5         gnome-common.spec \
6         gnome-common.spec.in \
7         doc/usage.txt \
8         ChangeLog.pre-git
9
10 # Build ChangeLog from GIT  history
11 ChangeLog:
12         $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
13                 GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
14         fi
15
16 dist: ChangeLog
17
18 .PHONY: ChangeLog