X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=blobdiff_plain;f=Makefile.am;h=e08857e596c74dbbcd357b9c3bb70481e73bf74b;hp=2d1de2bbe8c13033ead4a01f015d81d7c0f409c1;hb=aabe0f9d7d427097ddfc69ceb6f48999fcd01f60;hpb=7042e236495399aab4eaf268232177d4b1680a12 diff --git a/Makefile.am b/Makefile.am index 2d1de2b..e08857e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,11 +63,10 @@ endif # Creating ChangeLog from git log: -MAINTAINERCLEANFILES += ChangeLog - +MAINTAINERCLEANFILES += $(srcdir)/ChangeLog EXTRA_DIST += ChangeLog - -ChangeLog: +ChangeLog: $(srcdir)/ChangeLog +$(srcdir)/ChangeLog: if test -d "$(srcdir)/.git"; then \ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \ && mv -f $@.tmp $@ \