diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ \ |