From 99728c4c8e672c3b76d2277f5453db431d52e027 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 01 Sep 2007 17:59:23 +0000 Subject: Fixed svn not to use bruno account svn path=/trunk/; revision=2948 --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cbd217b..fe72d53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ install-data-local: dist-hook: if test -d $(PACKAGE_DATA_DIR); then \ $(mkinstalldirs) $(distdir)/$(PACKAGE_DATA_DIR); \ - cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "Makefile" --exclude "*~" --exclude ".*" --exclude .svn --exclude .xvpics * | ( cd ../$(distdir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \ + cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "Makefile" --exclude "*~" --exclude ".*" --exclude .svn * | ( cd ../$(distdir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \ fi @@ -86,7 +86,7 @@ update-voices: svn up $(PACKAGE_DATA_DIR)/voices; \ else \ mkdir $(PACKAGE_DATA_DIR)/voices; \ - svn co svn+ssh://bcoudoin@svn.gnome.org/svn/gcompris/voices $(PACKAGE_DATA_DIR)/voices; \ + svn co http://svn.gnome.org/svn/gcompris/voices $(PACKAGE_DATA_DIR)/voices; \ fi all-local: -- cgit v0.9.1