Skip to content

Commit

Permalink
call git archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Betts authored and Shawn Betts committed May 18, 2010
1 parent 159d794 commit cf4548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -41,7 +41,7 @@ stumpwm: $(FILES)

release:
git tag -a -m "version @PACKAGE_VERSION@" @PACKAGE_VERSION@
git-archive --format=tar --prefix=stumpwm-@PACKAGE_VERSION@/ HEAD > stumpwm-@PACKAGE_VERSION@.tar
git archive --format=tar --prefix=stumpwm-@PACKAGE_VERSION@/ HEAD > stumpwm-@PACKAGE_VERSION@.tar
tar xf stumpwm-@PACKAGE_VERSION@.tar
cd stumpwm-@PACKAGE_VERSION@ && tar zxf @PPCRE_PATH@/../cl-ppcre.tar.gz && mv cl-ppcre-* cl-ppcre
git log > stumpwm-@PACKAGE_VERSION@/ChangeLog
Expand Down

0 comments on commit cf4548a

Please sign in to comment.