From 0db9c7e3a756fba6069c84eb83f14e727e35d5b8 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 17 Nov 2011 14:58:56 +0000 Subject: New version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a61455b..861534f 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ clean: # rules to build a distributable rpm -dist: menus checktag clean changelog tag +dist: menus checktag clean changelog rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION) @if [ -e ".svn" ]; then \ $(MAKE) dist-svn; \ @@ -79,7 +79,7 @@ log: ChangeLog changelog: ChangeLog #svn2cl is available in our contrib. -ChangeLog: ../common/username.xml +ChangeLog: ../../common/username.xml @if test -d "$$PWD/.git"; then \ ../common/gitlog-to-changelog | sed -e '/\tgit-svn-id:.*/d' > $@.tmp \ && mv -f $@.tmp $@ \ -- cgit v1.2.1