From: Bradley Nicholes Date: Mon, 29 Apr 2002 15:10:20 +0000 (+0000) Subject: Fixing up the distribution and install section of the NetWare make files X-Git-Tag: 2.0.36~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dcc1f9915485af9fd99f71466348bfe2bff7771;p=apache Fixing up the distribution and install section of the NetWare make files Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94863 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 8ed838ae0f..59f994030b 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -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 diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 76149ad0c8..c1204bda47 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -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 \