summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-11-20 19:36:24 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-11-20 19:36:24 +0000
commit137e6a26a6e9fde5cd21bcb135039da7ac1e73b3 (patch)
tree20d4ff5ead700122ac92cb39418fbe817ee2885d /NWGNUmakefile
parent4ac4e5a1e376906da8135d2196440f52f0a4402e (diff)
downloadhttpd-137e6a26a6e9fde5cd21bcb135039da7ac1e73b3.tar.gz
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
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