From ccf73cd91ee9f7855ebd8644224a5949dc801fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 23 Feb 2014 18:50:12 +0200 Subject: Simpily dist target in Makefile as we're using GIT only --- Makefile | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7787a2c..f274c15 100644 --- a/Makefile +++ b/Makefile @@ -56,27 +56,9 @@ install: install -m 644 data/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 install -m 644 data/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 -dist-svn: - rm -rf $(NAME)-$(XFCEVERSION)* - svn export -q -rBASE . $(NAME)-$(VERSION) - find $(NAME)-$(VERSION) -name .svnignore -delete - 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; - dist: rm -rf ../$(NAME)-$(XFCEVERSION)*.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) -- cgit v1.2.1