comparison Makefile.am @ 675:d1b32e981e73

Generate a ChangeLog.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 May 2008 20:09:08 +0300
parents c1f10da42684
children 0e879fb48b48
comparison
equal deleted inserted replaced
674:1c9fad120bbc 675:d1b32e981e73
31 Kummatti_City.sid 31 Kummatti_City.sid
32 32
33 33
34 # Update changelog 34 # Update changelog
35 update: 35 update:
36 if test -e ".svn"; then svn update; fi 36 if test -e ".hg"; then hg update tip; fi
37 37
38 .changelog: update 38 .changelog: update
39 if test -e ".svn"; then svn2cl --stdout --group-by-day --strip-prefix xmms-sid/trunk/ | sed "s/ ccr$$/ Matti Hämäläinen (ccr\/TNSP) <ccr@tnsp.org>/" > ChangeLog; fi 39 if test -e ".hg"; then hg2cl; fi
40 touch $@ 40 touch $@
41 41
42 ChangeLog: .changelog 42 ChangeLog: .changelog
43 43
44 ### 44 ###