X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=66d7cb553574c8028a876669dc6d051d41520c79;hp=7bfda5bcfed6525b9dc2b5a5c0a296e34665d277;hb=012e7176954a6b74b3b667317be0f6dc41d7ab70;hpb=208bc15714c7b4020c017eef19011c4eb9ab51e2 diff --git a/Makefile.am b/Makefile.am index 7bfda5bc..66d7cb55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,16 @@ -SUBDIRS=src aoview cctools +SUBDIRS=src ao-tools ao-utils + +EXTRA_DIST = ChangeLog + +MAINTAINERCLEANFILES = 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) + +dist-hook: ChangeLog + +fat: + cd ao-tools/altosui && $(MAKE) fat