summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: c9c3c904c1df9f07d5a1abb47f322b367f22bef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = handhelds redglass whiteglass

EXTRA_DIST = genmakefile.sh ChangeLog

AUTOMAKE_OPTIONS = foreign

dist-hook: ChangeLog

.PHONY: ChangeLog

ChangeLog:
	(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)