X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=4145946ee5e2d03f84229cfadae1cc8baeadce8b;hp=c1ba75356adcbf45fe738a6a797058a1a1d7e082;hb=64ed56fe3132faa8585c9cd7b0261ac85f70a7bd;hpb=97adfff4cfb67c17a96f3ff46606b4e439422b01 diff --git a/Makefile.am b/Makefile.am index c1ba7535..4145946e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,12 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog +all: pdclib/Makefile +all-recursive: pdclib/Makefile + +pdclib/Makefile: + git submodule update + 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)