From 912fa030229b6b0c7b646fa48526d7a5b401144c Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 17 Aug 2001 19:43:34 +0000 Subject: [PATCH] Add some pretty danged important files to the win32 install. It's a shame these are all mixed up with the other top-level stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90301 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.win b/Makefile.win index e81ca48bd1..f616eef5fd 100644 --- a/Makefile.win +++ b/Makefile.win @@ -251,6 +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 $(LONG)\Apache.exe "$(INSTDIR)\bin" copy $(LONG)\libhttpd.dll "$(INSTDIR)\bin" copy srclib\apr\$(LONG)\libapr.dll "$(INSTDIR)\bin" -- 2.50.1