From db46b4e6a44c984de5da1d25262df7ff921ce5e4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 9 Feb 2014 19:42:21 +0100 Subject: drop last bits of SVN --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a255743..2519953 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ PACKAGE = msec VERSION = 1.0 -SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/msec all: version promisc_check msec_find python manpages make -C cron-sh @@ -83,11 +82,5 @@ install: all dist: git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz -changelog: - svn up - svn2cl --accum --authors=../common/username.xml -o ChangeLog || : - svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog - rm -f ChangeLog.bak - tag: git tag '$(VERSION)' -- cgit v1.2.1