aboutsummaryrefslogtreecommitdiff
path: root/packages/Win32/cygwin
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-04 06:50:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-04 06:50:50 +0000
commit5a089f6c1f404bcfe70d0c5d405277ad2cdf5f63 (patch)
tree18fc0008d0be78702b98f8c0d85b01a2e984f812 /packages/Win32/cygwin
parent556d59dfcff24d09b2ba1be77f11517ea0d8d2c0 (diff)
Kevin Roth's fix to make correct cygwin packages
Diffstat (limited to 'packages/Win32/cygwin')
-rw-r--r--packages/Win32/cygwin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Win32/cygwin/Makefile.am b/packages/Win32/cygwin/Makefile.am
index 2a682ed75..33afc996d 100644
--- a/packages/Win32/cygwin/Makefile.am
+++ b/packages/Win32/cygwin/Makefile.am
@@ -32,7 +32,7 @@ cygwinbin:
# copy some files into the binary install dir
cp $(srcdir)/README \
$(cygwintmp)/usr/doc/Cygwin/$(PACKAGE)-$(VERSION)-$(CYGBUILD).README
- cd $(top_srcdir) ; cp CHANGES COPYING README UPGRADE docs/* \
+ cd $(top_srcdir) ; cp CHANGES COPYING README RELEASE-NOTES docs/* \
$(cygwintmp)/usr/doc/$(PACKAGE)-$(VERSION) ; pwd
cd $(cygwintmp)/usr/doc/$(PACKAGE)-$(VERSION) ; rm *.1 Makefile*
#