* Makefile.in (install-license): Install COPYING file as well.

This commit is contained in:
Corinna Vinschen 2008-05-16 10:37:27 +00:00
parent bd89ab895b
commit 888784b6fb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-05-16 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (install-license): Install COPYING file as well.
2008-05-16 Corinna Vinschen <corinna@vinschen.de>
* CYGWIN_LICENSE: New text.

View File

@ -63,9 +63,11 @@ endif
all: Makefile $(SUBDIRS)
install-license: CYGWIN_LICENSE
install-license: CYGWIN_LICENSE COPYING
${INSTALL} -d $(prefix)/share/doc/Cygwin
${INSTALL} $^ $(prefix)/share/doc/Cygwin
for i in $^; do \
${INSTALL} $$i $(prefix)/share/doc/Cygwin ; \
done
install: Makefile $(INSTALL_LICENSE) $(INSTALL_SUBDIRS)