Skip to content

Commit

Permalink
using gzip explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Aug 16, 2010
1 parent 9478a73 commit c8653da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -41,4 +41,5 @@ install: all
$(INSTALL) 444 $(MAN) $(mandir) $(INSTALL) 444 $(MAN) $(mandir)


archive: archive:
git archive master -o ~/pgpdump-$(VERSION).tar.gz --prefix=pgpdump-$(VERSION)/ git archive master -o ~/pgpdump-$(VERSION).tar --prefix=pgpdump-$(VERSION)/
gzip ~/pgpdump-$(VERSION).tar

0 comments on commit c8653da

Please sign in to comment.