]> granicus.if.org Git - apache/commitdiff
Copy the charset.conv file to the /conf directory during the make install phase
authorBradley Nicholes <bnicholes@apache.org>
Sat, 20 Nov 2004 19:36:24 +0000 (19:36 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Sat, 20 Nov 2004 19:36:24 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105991 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index 869e602ff1f0a99171a035c975e26221dd0bea60..af16d38da9a48dd173ded34faf19690ac3ed146c 100644 (file)
@@ -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