* Makefile.in: Duh. Actually use bzip2 to create the tarball. Don't just

change the name.
This commit is contained in:
Christopher Faylor 2002-01-01 20:28:29 +00:00
parent 5d29717b6b
commit 444604889b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-01-01 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Duh. Actually use bzip2 to create the tarball. Don't
just change the name.
2002-01-01 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Make .bz2 tarball.

View File

@ -118,4 +118,4 @@ TBDEPS = cygwin-ug-net/cygwin-ug-net.html cygwin-api/cygwin-api.html
tarball : cygwin-docs.tar.bz2
cygwin-docs.tar.bz2 : $(TBFILES) $(TBDEPS)
tar cf - $(TBFILES) $(TBDIRS) | gzip -9 > cygwin-docs.tar.bz2
find $(TBFILES) $(TBDIRS) \! -type d | sort | tar -T - -cf - | bzip2 > cygwin-docs.tar.bz2