* Makefile.in: Duh. Actually use bzip2 to create the tarball. Don't just
change the name.
This commit is contained in:
parent
5d29717b6b
commit
444604889b
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue