From: William A. Rowe Jr Date: Fri, 17 Aug 2001 19:43:34 +0000 (+0000) Subject: Add some pretty danged important files to the win32 install. It's a shame X-Git-Tag: 2.0.24~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=912fa030229b6b0c7b646fa48526d7a5b401144c;p=apache 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 --- 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"