]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
NOTICE file is now official (nobody revisited this in quite some time.)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 16:53:47 +0000 (16:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 16:53:47 +0000 (16:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426135 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index a9d3b93d649e8988de909d6289e01cd45994027e..4cb03362c71c09acd19903fbe741332838469a2d 100644 (file)
@@ -470,9 +470,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 
@@ -537,7 +538,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)