~equinox-i/xfce4-volumed-pulse/add-support-for-mic-mute

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$

SUBDIRS = \
	data \
	src

.PHONY: ChangeLog

ChangeLog: Makefile
	(GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
	&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
	|| (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)

dist-hook: ChangeLog