aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
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)'