* Makefile.in: Duh. Actually use bzip2 to create the tarball. Don't just
change the name.
This commit is contained in:
		| @@ -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> | 2002-01-01  Christopher Faylor  <cgf@redhat.com> | ||||||
|  |  | ||||||
| 	* Makefile.in: Make .bz2 tarball. | 	* 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 | tarball : cygwin-docs.tar.bz2 | ||||||
| cygwin-docs.tar.bz2 : $(TBFILES) $(TBDEPS) | 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user