From: Pierre-Luc Beaudoin Date: Thu, 26 Feb 2009 21:22:06 +0000 (+0200) Subject: ChangeLog generator X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db45db93d2f0b0155e108ed104301ac180f56e3;p=libchamplain ChangeLog generator --- diff --git a/Makefile.am b/Makefile.am index a8a7a37..0abb509 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,3 +23,6 @@ CLEANFILES = $(pcfiles) # Have the demos build at the end as they depend on optional parts SUBDIRS += demos bindings + +ChangeLog: Makefile.am + git-log --pretty=short > ChangeLog