Kevin Roth's fix to make correct cygwin packages

This commit is contained in:
Daniel Stenberg 2003-11-04 06:50:50 +00:00
parent 556d59dfcf
commit 5a089f6c1f
1 changed files with 1 additions and 1 deletions

View 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*
#