]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a long standing irk, these files need to be installed
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 Jul 2003 20:36:20 +0000 (20:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 Jul 2003 20:36:20 +0000 (20:36 +0000)
  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

src/makefile.win

index 09aa3b7c5bd40bec745c70a59b61192c766465be..037b597f3cd2c8c17fe59818138670acf377e001 100644 (file)
@@ -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)"