]> granicus.if.org Git - apache/commitdiff
Fixing up the distribution and install section of the NetWare make files
authorBradley Nicholes <bnicholes@apache.org>
Mon, 29 Apr 2002 15:10:20 +0000 (15:10 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 29 Apr 2002 15:10:20 +0000 (15:10 +0000)
Submitted by: Guenter Knauf

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

NWGNUmakefile
build/NWGNUenvironment.inc

index 8ed838ae0f7c0f52ff4472cfb0d1e2a52a2c4b8b..59f994030b57f69a4a7b3348bddd953d0c5f521d 100644 (file)
@@ -302,16 +302,19 @@ nlms :: libs $(TARGET_nlm)
 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms FORCE
-       copy $(OBJDIR)\Apache2.nlm $(INSTALL)\Apache2\*.*
+       -copy $(OBJDIR)\Apache2.nlm     $(INSTALL)\Apache2\*.*
        -copy ABOUT_APACHE              $(INSTALL)\Apache2\*.*
        -copy README                    $(INSTALL)\Apache2\*.*
        -copy STATUS                    $(INSTALL)\Apache2\*.*
        -copy LICENSE                   $(INSTALL)\Apache2\*.*
+       -copy CHANGES                   $(INSTALL)\Apache2\*.*
+       -copy support\dbmmanage.in      $(INSTALL)\Apache2\dbmmanage.pl
+       -copy support\logresolve.pl.in  $(INSTALL)\Apache2\logresolve.pl
        -awk  -f build\mkconfnw.awk docs\conf\httpd-std.conf.in >$(INSTALL)\Apache2\conf\httpd.conf
        -copy docs\conf\magic           $(INSTALL)\Apache2\conf\magic
        -copy docs\conf\mime.types      $(INSTALL)\Apache2\conf\mime.types
+       -copy docs\cgi-examples\printenv $(INSTALL)\Apache2\cgi-bin\printenv.pl
        @echo rem copying the docs directories > xc.bat
-       @echo xcopy docs\cgi-examples $(INSTALL)\Apache2\cgi-examples /E >> xc.bat
        @echo xcopy docs\error $(INSTALL)\Apache2\error /E >> xc.bat
        @echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E >> xc.bat
        @echo xcopy docs\icons $(INSTALL)\Apache2\icons /E >> xc.bat
index 76149ad0c8d3ce3384cb093198375361a7a608ee..c1204bda47ae1d12978556df243662b7414c2182 100644 (file)
@@ -189,7 +189,7 @@ INSTDEVDIRS := \
 
 INSTDIRS += \
        $(INSTALL)\Apache2 \
-       $(INSTALL)\Apache2\cgi-examples \
+       $(INSTALL)\Apache2\cgi-bin \
        $(INSTALL)\Apache2\conf \
        $(INSTALL)\Apache2\error \
        $(INSTALL)\Apache2\error\include \