Commit 01de21e9 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Notice, we got NOTICE.txt

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410767 13f79535-47bb-0310-9956-ffa450edef68
parent 09a2463a
Loading
Loading
Loading
Loading
+3 −2
Changes for Makefile.win: 3 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -505,9 +505,10 @@ _install:
	copy CHANGES      "$(INSTDIR)\CHANGES.txt" <.y
	copy INSTALL      "$(INSTDIR)\INSTALL.txt" <.y
	copy LICENSE      "$(INSTDIR)\LICENSE.txt" <.y
	copy NOTICE       "$(INSTDIR)\NOTICE.txt" <.y
	copy README       "$(INSTDIR)\README.txt" <.y
!IF EXIST("srclib\openssl")
	type << >> "$(INSTDIR)\README.txt"
	type << >> "$(INSTDIR)\NOTICE.txt"

  This binary distribution includes cryptographic software written by
  Eric Young (eay@cryptsoft.com), software written by Tim Hudson 
@@ -572,7 +573,7 @@ BEGIN {
<<
!ENDIF
!IF EXIST("srclib\zlib")
	type << >> "$(INSTDIR)\README.txt"
	type << >> "$(INSTDIR)\NOTICE.txt"

  This binary distribution of mod_deflate.so includes zlib compression code
  <http://www.gzip.org/zlib/> written by Jean-loup Gailly (jloup@gzip.org)