You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2006/07/27 18:53:47 UTC

svn commit: r426135 - /httpd/httpd/branches/2.0.x/Makefile.win

Author: wrowe
Date: Thu Jul 27 09:53:47 2006
New Revision: 426135

URL: http://svn.apache.org/viewvc?rev=426135&view=rev
Log:

  NOTICE file is now official (nobody revisited this in quite some time.)

Modified:
    httpd/httpd/branches/2.0.x/Makefile.win

Modified: httpd/httpd/branches/2.0.x/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/Makefile.win?rev=426135&r1=426134&r2=426135&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/Makefile.win (original)
+++ httpd/httpd/branches/2.0.x/Makefile.win Thu Jul 27 09:53:47 2006
@@ -470,9 +470,10 @@
 	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 
@@ -537,7 +538,7 @@
 <<
 !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)