From 513d17e5d311a9da62b3d976b6bf21e15087ebee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 2 May 2015 10:06:25 +0200 Subject: Cleanup SVN stuff from Makefile --- Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16f5018..d63dd52 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,6 @@ libexecdir=/usr/libexec sharedir=/usr/share unitdir=/usr/lib/systemd/system -SVNSOFT=svn+ssh://svn.mageia.org/svn/soft/theme/mageia-theme/ -SVNNAME=svn+ssh://svn.mageia.org/svn/packages/cauldron/mageia-theme/current/ - all: install: @@ -54,11 +51,6 @@ install: @mkdir -p $(prefix)$(unitdir) install -m644 mga-bg-res/mga-bg-res.service $(prefix)$(unitdir)/mga-bg-res.service -changelog: - svn2cl --authors ../common/username.xml --accum - rm -f ChangeLog.bak - svn commit -m "Generated by svn2cl the `LC_ALL=C date '+%c'`" ChangeLog - dist: cleandist export cleandist: @@ -77,10 +69,8 @@ tar: rm -rf $(NAME)-$(VERSION) localcopy: dir - tar c --exclude=.svn $(FILES) | tar x -C $(NAME)-$(VERSION) - + tar c $(FILES) | tar x -C $(NAME)-$(VERSION) clean: @for i in $(SUBDIRS);do make -C $$i clean;done rm -f *~ \#*\# - -- cgit v1.2.1