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-Tag: CHANGES~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73c68da89e7f586f0b93afbe9607dfe8090063c;p=thirdparty%2Fapache%2Fhttpd.git 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 39af31185e1..93652e5d832 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\*.*