From 94fe04b0f03586018937a3f42c6884f9122b004e Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 7 Jun 2009 15:29:53 +0000 Subject: [PATCH] Pick up the win32 notes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@782400 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.win b/Makefile.win index 5988dd0dde3..a01c7b52a1c 100644 --- a/Makefile.win +++ b/Makefile.win @@ -616,6 +616,7 @@ _install: copy LICENSE "$(INSTDIR)\LICENSE.txt" <.y copy NOTICE "$(INSTDIR)\NOTICE.txt" <.y copy README "$(INSTDIR)\README.txt" <.y + copy README-win32.txt "$(INSTDIR)\README-win32.txt" <.y !IF EXIST("srclib\openssl") -copy srclib\openssl\apps\openssl.cnf "$(INSTDIR)\conf\openssl.cnf" <.y type << >> "$(INSTDIR)\NOTICE.txt" -- 2.47.3