aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@ \