aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-02-09 19:42:21 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-02-09 19:42:21 +0100
commitdb46b4e6a44c984de5da1d25262df7ff921ce5e4 (patch)
tree727694b2ef82d218f282f284216fb83e38cc6923 /Makefile
parentf580d698e2ad0753f5b6c4cf470bbecd6e31b003 (diff)
downloadmsec-db46b4e6a44c984de5da1d25262df7ff921ce5e4.tar
msec-db46b4e6a44c984de5da1d25262df7ff921ce5e4.tar.gz
msec-db46b4e6a44c984de5da1d25262df7ff921ce5e4.tar.bz2
msec-db46b4e6a44c984de5da1d25262df7ff921ce5e4.tar.xz
msec-db46b4e6a44c984de5da1d25262df7ff921ce5e4.zip
drop last bits of SVN
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)'