Skip to content

Commit 81ec072

Browse files
Makefile.am: generate ChangeLog.git
The code repository moved from subversion to git. We now generate ChangeLog.git instead of ChangeLog.svn.
1 parent 2a1b4dd commit 81ec072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SUBDIRS = . po doc etc src tools
44
DIST_SUBDIRS = . po doc etc src tools
55

66
EXTRA_DIST = config.rpath ChangeLog COPYING INSTALL \
7-
NEWS README TODO bootstrap pam_pkcs11.spec ChangeLog.svn
7+
NEWS README TODO bootstrap pam_pkcs11.spec ChangeLog.git
88

99
MAINTAINERCLEANFILES = \
1010
Makefile.in config.h.in configure \
@@ -17,5 +17,5 @@ DEPCLEANFILES = config.log configure
1717
AUTOMAKE_OPTIONS = foreign
1818
ACLOCAL_AMFLAGS = -I aclocal
1919

20-
ChangeLog.svn:
21-
-svn2cl --group-by-day --stdout --include-rev > $@
20+
ChangeLog.git:
21+
git log --stat --decorate=short > $@

0 commit comments

Comments
 (0)