From: Bradley Nicholes Date: Tue, 12 Mar 2002 21:01:08 +0000 (+0000) Subject: Added the AWK script to the build that generates the default HTTPD.conf file X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff7fc5353694ccf24f1b5abe3ea1764bf268d6d5;p=apache 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 --- 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\*.*