]> granicus.if.org Git - apache/commitdiff
Add icons and cgi-bin ... needs shebang rewrite for printenv and
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 19 Dec 2000 14:51:40 +0000 (14:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 19 Dec 2000 14:51:40 +0000 (14:51 +0000)
  lib/exp/h copied to the right places.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87421 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 60d65628ac737490ef2321b1a5dc3720c89c3bc7..98c8d4e6bbbc81a186f4e9df0bfcc073652c8fd5 100644 (file)
@@ -130,12 +130,17 @@ _build:
 _install:
        -mkdir "$(INSTDIR)"
        -mkdir "$(INSTDIR)\bin"
+       -mkdir "$(INSTDIR)\cgi-bin"
        -mkdir "$(INSTDIR)\conf"
+       -mkdir "$(INSTDIR)\htdocs"
+       -mkdir "$(INSTDIR)\htdocs\manual"
+       -mkdir "$(INSTDIR)\icons"
+       -mkdir "$(INSTDIR)\include"
+       -mkdir "$(INSTDIR)\lib"
+       -mkdir "$(INSTDIR)\libexec"
        -mkdir "$(INSTDIR)\logs"
        -mkdir "$(INSTDIR)\modules"
 #      -mkdir "$(INSTDIR)\proxy"
-       -mkdir "$(INSTDIR)\htdocs"
-       -mkdir "$(INSTDIR)\htdocs\manual"
        copy Apache$(SHORT)\Apache.exe "$(INSTDIR)"
        copy Core$(SHORT)\ApacheCore.dll "$(INSTDIR)"
        copy srclib\apr\$(LONG)\aprlib.dll "$(INSTDIR)"
@@ -161,8 +166,10 @@ _install:
        copy support\$(LONG)\htdigest.exe "$(INSTDIR)\bin"
        copy support\$(LONG)\logresolve.exe "$(INSTDIR)\bin"
        copy support\$(LONG)\rotatelogs.exe "$(INSTDIR)\bin"
+        copy docs\cgi-examples\printenv "$(INSTDIR)\cgi-bin\printenv.pl"
         xcopy docs\docroot "$(INSTDIR)\htdocs" /dy
         xcopy docs\manual "$(INSTDIR)\htdocs\manual" /sdy
+        xcopy docs\icons "$(INSTDIR)\icons" /sdy
         copy docs\conf\magic "$(INSTDIR)\conf\magic.default"
         if not exist "$(INSTDIR)\conf\magic" \
             copy "$(INSTDIR)\conf\magic.default" "$(INSTDIR)\conf\magic"