# Makefile for cygwin-doc-${VERS}/cygwin-man
#
VERS=1.3-7

all:	
	cat README.top cygwin-info/README cygwin-man/README newlib-man/README cygwin-users-guide/README > README
	# Congratulations, you have build the README.

install:
	cp README /usr/share/doc/Cygwin/cygwin-doc-${VERS}.README
