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-Tag: 2.0.35~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=210e9e110e045ccf4bc94d649002e544c1e8049e;p=thirdparty%2Fapache%2Fhttpd.git 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 2a4b73d9690..8ed838ae0f7 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