/[soft]/ldetect/trunk/Makefile
ViewVC logotype

Diff of /ldetect/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2048 by tv, Tue Oct 18 17:27:40 2011 UTC revision 2049 by tv, Tue Oct 18 17:27:41 2011 UTC
# Line 75  tar: Line 75  tar:
75    
76  dist-svn:  dist-svn:
77          svn export -q -rBASE . $(NAME)-$(VERSION)          svn export -q -rBASE . $(NAME)-$(VERSION)
78          tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)          tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
79          rm -rf $(NAME)-$(VERSION)          rm -rf $(NAME)-$(VERSION)
80    
81  dist-git:  dist-git:
82          @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bz2;          @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
83    
84    
85  log:  log:

Legend:
Removed from v.2048  
changed lines
  Added in v.2049

  ViewVC Help
Powered by ViewVC 1.1.30