summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-03-12 21:01:08 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-03-12 21:01:08 +0000
commite73c68da89e7f586f0b93afbe9607dfe8090063c (patch)
treeb4f7d972cb7e00f248db1f1f4c49ab3a1809c93b /NWGNUmakefile
parent8cbdd8d0f1c9aa466cdca28e1217ebbc0e113b9e (diff)
downloadhttpd-e73c68da89e7f586f0b93afbe9607dfe8090063c.tar.gz
Added the AWK script to the build that generates the default HTTPD.conf file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 39af31185e..93652e5d83 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -308,7 +308,7 @@ install :: nlms FORCE
-copy STATUS $(INSTALL)\Apache2\*.*
-copy LICENSE $(INSTALL)\Apache2\*.*
-copy docs\cgi-examples\*. $(INSTALL)\Apache2\cgi-examples\*.*
- -copy docs\conf\httpd-std.conf $(INSTALL)\Apache2\conf\httpd.conf
+ -awk -f build\mkconfnw.awk docs\conf\httpd-std.conf >$(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\error\*.* $(INSTALL)\Apache2\error\*.*