Commit 5a089f6c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Kevin Roth's fix to make correct cygwin packages

parent 556d59df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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*
#