From: Bradley Nicholes Date: Fri, 5 Apr 2002 21:38:28 +0000 (+0000) Subject: Changed the make file to pick up the renamed httpd.conf file template. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6171b652a5353f3e06828a4f4260384c4592183d;p=apache Changed the make file to pick up the renamed httpd.conf file template. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94472 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 2a4b73d969..8ed838ae0f 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -307,7 +307,7 @@ install :: nlms FORCE -copy README $(INSTALL)\Apache2\*.* -copy STATUS $(INSTALL)\Apache2\*.* -copy LICENSE $(INSTALL)\Apache2\*.* - -awk -f build\mkconfnw.awk docs\conf\httpd-std.conf >$(INSTALL)\Apache2\conf\httpd.conf + -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 @echo rem copying the docs directories > xc.bat