Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-01-01 20:10:13 +0300
committerChristopher Faylor <me@cgf.cx>2002-01-01 20:10:13 +0300
commit5d29717b6b29ba000922ef924561ebaee98c3ab0 (patch)
treeeb14e565404c9086995ea865ed12f3affe838d44 /winsup/doc
parentfdd75ff3d2352c60f8e78c1859ba8a1d594cea99 (diff)
* Makefile.in: Make .bz2 tarball.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/Makefile.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index b3fdc7250..5e5e3285c 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-01 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in: Make .bz2 tarball.
+
2001-12-11 Christopher Faylor <cgf@redhat.com>
* what.texinfo: Clarify XP.
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 198e9ca3f..94fb77e37 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -116,6 +116,6 @@ TBFILES = cygwin-ug-net.dvi cygwin-ug-net.rtf cygwin-ug-net.ps \
TBDIRS = cygwin-ug-net cygwin-api
TBDEPS = cygwin-ug-net/cygwin-ug-net.html cygwin-api/cygwin-api.html
-tarball : cygwin-docs.tar.gz
-cygwin-docs.tar.gz : $(TBFILES) $(TBDEPS)
- tar cf - $(TBFILES) $(TBDIRS) | gzip -9 > cygwin-docs.tar.gz
+tarball : cygwin-docs.tar.bz2
+cygwin-docs.tar.bz2 : $(TBFILES) $(TBDEPS)
+ tar cf - $(TBFILES) $(TBDIRS) | gzip -9 > cygwin-docs.tar.bz2