diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -43,13 +43,3 @@ dis: rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION) @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bzip2; $(info $(NAME)-$(VERSION).tar.lzma is ready) - -.PHONY: ChangeLog log changelog - -log: ChangeLog - -changelog: ChangeLog - -ChangeLog: - svn2cl --accum --authors ../../soft/common/username.xml - rm -f *.bak |