Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-09-24 09:11:38 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-09-24 09:11:38 +0200
commitf07d7221c448042d575a0b24dc926a358859f638 (patch)
treedeb453086f6eff786e325cbe860dd8ed73f76d8e
parent4e81e53683f078a7591c61cd70246d1ac62dfcaf (diff)
fix way ChangeLog is generated for branch
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1210 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b8bbeb..a7eb756 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,7 +93,8 @@ deb: distdir
# target for generating the ChangeLog file
changelog:
- ( svn2cl -i --stdout -r HEAD:981 ; \
+ ( svn2cl -i --stdout -r HEAD:1206 ; \
+ svn2cl -i --stdout -r 1205:981 --strip-prefix='nss-pam-ldapd' ; \
svn2cl -i --stdout -r 980:807 --strip-prefix='nss-ldapd' ; \
) > ChangeLog