From d08cac0f8545d493812f83111166458c6248dc45 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 26 Jun 2008 19:35:42 +0200 Subject: some svn->git updates in the Makefile --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 61396575..b32b46e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,13 +50,13 @@ untabify: find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/ /g;' \{\} \; fedora-snapshot: dist - cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).svn`date +%Y%m%d`.tar.gz + cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).git`date +%Y%m%d`.tar.gz dist-hook: - if test -d .svn ; then \ - svn update ; \ + if test -d .git ; then \ + git pull ; \ chmod u+w ${distdir}/ChangeLog || true ; \ - svn2cl -o ${distdir}/ChangeLog ; \ + git-changelog.perl > ${distdir}/ChangeLog ; \ fi .PHONY: homepage distcleancheck doxygen -- cgit