diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,8 +25,7 @@ cleandist: localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) -tar: - svn export ../trunk $(PACKAGE)-$(VERSION) +tar: localcopy tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) bzip2 -9vf $(PACKAGE)-$(VERSION).tar rm -rf $(PACKAGE)-$(VERSION) |