]> granicus.if.org Git - curl/commitdiff
Kevin Roth's fix to make correct cygwin packages
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Nov 2003 06:50:50 +0000 (06:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Nov 2003 06:50:50 +0000 (06:50 +0000)
packages/Win32/cygwin/Makefile.am

index 2a682ed75f0e4eb3569775f9d7deac7c2e93ed00..33afc996df950bc1242c6186c5fa3b82fb000708 100644 (file)
@@ -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*
 #