summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-07-27 16:53:47 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-07-27 16:53:47 +0000
commite4df615a5ddc12f9ee9e7e9582457da16de5b1cd (patch)
tree40b42063d712a2c211620dc562e85ef23e92fede /Makefile.win
parent6cc691252b1fe012c296a763dfd21dd29bc2f790 (diff)
downloadhttpd-e4df615a5ddc12f9ee9e7e9582457da16de5b1cd.tar.gz
NOTICE file is now official (nobody revisited this in quite some time.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index a9d3b93d64..4cb03362c7 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -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)