summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index db278e3..276a9df 100644
--- a/Makefile
+++ b/Makefile
@@ -48,15 +48,3 @@ dist:
rm -rf ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)
-
-
-.PHONY: ChangeLog
-
-log: ChangeLog
-
-changelog: ChangeLog
-
-ChangeLog: ../common/username.xml
- svn2cl --accum --authors ../../soft/common/username.xml
- rm -f ChangeLog.bak
- svn commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog