summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-05-29 21:16:46 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-05-29 21:16:46 +0000
commit5e9d0958c84c161f047c2ac23095ae01f3332841 (patch)
treebd7dfa1a182c74b062bb515114fc3838005c43db /NWGNUmakefile
parent60c6db1df0833bf1e5b3b6d2d42e28d4794ca519 (diff)
downloadhttpd-5e9d0958c84c161f047c2ac23095ae01f3332841.tar.gz
Updated the NetWare makefiles to include the rotatelogs NLM and to copy
all of the support NLMs to a bin directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 59f994030b..e053129472 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -308,8 +308,8 @@ install :: nlms FORCE
-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
+ -copy support\dbmmanage.in $(INSTALL)\Apache2\bin\dbmmanage.pl
+ -copy support\logresolve.pl.in $(INSTALL)\Apache2\bin\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