diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -46,10 +46,7 @@ cleandist: rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2 localcopy: clean - mkdir ../$(NAME)-$(VERSION) - cp -a . ../$(NAME)-$(VERSION) - mv ../$(NAME)-$(VERSION) . - #FIXME svn export -q -rBASE . $(NAME)-$(VERSION) + svn export -q -rBASE . $(NAME)-$(VERSION) tar: tar cvfY ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) |