From: Bradley Nicholes Date: Sat, 20 Nov 2004 19:36:24 +0000 (+0000) Subject: Copy the charset.conv file to the /conf directory during the make install phase X-Git-Tag: 2.1.2~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=137e6a26a6e9fde5cd21bcb135039da7ac1e73b3;p=apache Copy the charset.conv file to the /conf directory during the make install phase git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105991 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 869e602ff1..af16d38da9 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -324,6 +324,7 @@ install :: nlms FORCE -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 + -copy docs\conf\charset.conv $(INSTALL)\Apache2\conf\charset.conv -copy docs\cgi-examples\printenv $(INSTALL)\Apache2\cgi-bin\printenv.pl @echo rem copying the docs directories > xc.bat @echo xcopy docs\error $(INSTALL)\Apache2\error $(XCOPYSW) >> xc.bat