From: William A. Rowe Jr Date: Fri, 17 Aug 2001 21:17:39 +0000 (+0000) Subject: Heck, create them with .txt filenames on Win32 so the os knows how to X-Git-Tag: 2.0.24~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8046f899909debf753fa8972fb1b9681f759458;p=apache Heck, create them with .txt filenames on Win32 so the os knows how to open them ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90305 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 244d59516a..34c68a57ff 100644 --- a/Makefile.win +++ b/Makefile.win @@ -251,11 +251,11 @@ _install: -mkdir "$(INSTDIR)\logs" -mkdir "$(INSTDIR)\modules" # -mkdir "$(INSTDIR)\proxy" - copy ABOUT_APACHE "$(INSTDIR)" - copy CHANGES "$(INSTDIR)" - copy INSTALL "$(INSTDIR)" - copy LICENSE "$(INSTDIR)" - copy README "$(INSTDIR)" + copy ABOUT_APACHE "$(INSTDIR)\ABOUT_APACHE.txt" + copy CHANGES "$(INSTDIR)\CHANGES.txt" + copy INSTALL "$(INSTDIR)\INSTALL.txt" + copy LICENSE "$(INSTDIR)\LICENSE.txt" + copy README "$(INSTDIR)\README.txt" copy $(LONG)\Apache.exe "$(INSTDIR)\bin" copy $(LONG)\libhttpd.dll "$(INSTDIR)\bin" copy srclib\apr\$(LONG)\libapr.dll "$(INSTDIR)\bin" @@ -281,26 +281,26 @@ _install: -copy srclib\openssl\$(SSLBIN)\openssl.exe "$(INSTDIR)\bin" -copy srclib\openssl\$(SSLBIN)\libeay32.dll "$(INSTDIR)\bin" -copy srclib\openssl\$(SSLBIN)\ssleay32.dll "$(INSTDIR)\bin" - -copy srclib\openssl\LICENSE "$(INSTDIR)\OPENSSL-LICENSE" - -copy << + srclib\openssl\NEWS "$(INSTDIR)\OPENSSL-NEWS" + -copy srclib\openssl\LICENSE "$(INSTDIR)\OPENSSL-LICENSE.txt" + -copy << + srclib\openssl\NEWS "$(INSTDIR)\OPENSSL-NEWS.txt" Apache HTTP Server 2.0 Limited OpenSSL Distribution 17 Aug 2001 This binary distribution includes the minimal components of OpenSSL required - to support mod_ssl and mod_tls for Apache HTTP Server version 2.0 (further - details are available in OPENSSL-README.) For the complete list of CHANGES - to this and later versions of OpenSSL, please refer to the definative source, + to support mod_ssl and mod_tls for Apache HTTP Server version 2.0 (details + are listed in OPENSSL-README.txt.) For the complete list of CHANGES to this + and later versions of OpenSSL, please refer to the definative source, , or see the CHANGES file in the full binary or source distribution package from . -------------------------------------------------------------------------------- << - -copy << + srclib\openssl\README "$(INSTDIR)\OPENSSL-README" + -copy << + srclib\openssl\README "$(INSTDIR)\OPENSSL-README.txt" Apache HTTP Server 2.0 Limited OpenSSL Distribution 17 Aug 2001 This binary installation of OpenSSL is a limited distribution of the documents - LICENSE, NEWS and README (prefixed by OPENSSL-), and the runtime files + OPENSSL-LICENSE.txt, OPENSSL-NEWS.txt and OPENSSL-README.txt, and the binaries libeay32.dll ssleay32.dll