From 2be7308357bf7fd263242416b51e8f61142e39a1 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 3 Sep 2013 11:42:52 +0100 Subject: Remove svn support from Makefile --- Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ecf5f08..b5f2a283 100644 --- a/Makefile +++ b/Makefile @@ -48,26 +48,9 @@ clean: dis: dist dist: clean rm -rf ../$(NAME)-$(VERSION).tar* - @if [ -e ".svn" ]; then \ - $(MAKE) dist-svn; \ - elif [ -e ".git" ]; then \ - $(MAKE) dist-git; \ - else \ - echo "Unknown SCM (not SVN nor GIT)";\ - exit 1; \ - fi; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.xz is ready) -dist-svn: - rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* - svn export -q -rBASE . $(NAME)-$(VERSION) - find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf - tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) - rm -rf $(NAME)-$(VERSION) - -dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; - gui.lst: export LC_COLLATE=C; ( echo -e "cedega-mandriva\npicasa\nVariCAD_2009-en\nVariCAD_View_2009-en\nVMware-Player" ; \ urpmf "/usr/share/((applnk|applications(|/kde)|apps/kicker/applets)/|kde4/services/plasma-applet).*.desktop" |sed -e 's!:.*!!') \ -- cgit v1.2.1