From: William A. Rowe Jr Date: Fri, 18 Jul 2003 20:36:20 +0000 (+0000) Subject: Fix a long standing irk, these files need to be installed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f5ca176bcae1fe5b6bf5a089b6bee094d21dffe;p=thirdparty%2Fapache%2Fhttpd.git Fix a long standing irk, these files need to be installed in each and every nmake -f makefile.win INSTDIR={target} location. Modify extentions to .txt to make things easy on Win32 users. These are the same files (with original extentions) that the win32 installer has created for some time. It will also make comparing the target with the installed trees simpler, and let us add .txt extensions to the other criticial files in the 1.3.29 installer packages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100700 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/makefile.win b/src/makefile.win index 09aa3b7c5bd..037b597f3cd 100644 --- a/src/makefile.win +++ b/src/makefile.win @@ -124,6 +124,11 @@ _install: -mkdir "$(INSTDIR)\logs" -mkdir "$(INSTDIR)\modules" -mkdir "$(INSTDIR)\proxy" + copy $(LONG)\ABOUT_APACHE "$(INSTDIR)\ABOUT_APACHE.TXT" + copy $(LONG)\Announcement "$(INSTDIR)\Announcement.txt" + copy $(LONG)\LICENSE "$(INSTDIR)\LICENSE.TXT" + copy $(LONG)\README_WIN.TXT "$(INSTDIR)" + copy $(LONG)\WARNING_WIN.TXT "$(INSTDIR)" copy $(LONG)\Apache.exe "$(INSTDIR)" copy $(LONG)\ApacheCore.dll "$(INSTDIR)" copy os\win32\$(LONG)\Win9xConHook.dll "$(INSTDIR)"