From: Lennart Poettering Date: Thu, 26 Jun 2008 17:35:42 +0000 (+0200) Subject: some svn->git updates in the Makefile X-Git-Tag: v0.9.11~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d08cac0f8545d493812f83111166458c6248dc45;p=platform%2Fupstream%2Fpulseaudio.git some svn->git updates in the Makefile --- diff --git a/Makefile.am b/Makefile.am index 6139657..b32b46e 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