Skip to content
Snippets Groups Projects
Commit 5a089f6c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Kevin Roth's fix to make correct cygwin packages

parent 556d59df
No related branches found
No related tags found
No related merge requests found
......@@ -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*
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment