OSDN Git Service

* Makefile.in: Duh. Actually use bzip2 to create the tarball. Don't just
authorcgf <cgf>
Tue, 1 Jan 2002 20:28:29 +0000 (20:28 +0000)
committercgf <cgf>
Tue, 1 Jan 2002 20:28:29 +0000 (20:28 +0000)
change the name.

winsup/doc/ChangeLog
winsup/doc/Makefile.in

index 5e5e328..6951b08 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
 2001-12-11  Christopher Faylor  <cgf@redhat.com>
index 94fb77e..4be5f06 100644 (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