diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-04-29 17:10:20 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-04-29 17:10:20 +0200 |
commit | 5dcc1f9915485af9fd99f71466348bfe2bff7771 (patch) | |
tree | 5d912ce6658235b7c5be575ffb5e3d63ebb8feb3 /NWGNUmakefile | |
parent | Added some missing export to the proxy module (diff) | |
download | apache2-5dcc1f9915485af9fd99f71466348bfe2bff7771.tar.xz apache2-5dcc1f9915485af9fd99f71466348bfe2bff7771.zip |
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |