diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-11-20 20:36:24 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-11-20 20:36:24 +0100 |
commit | 137e6a26a6e9fde5cd21bcb135039da7ac1e73b3 (patch) | |
tree | 20d4ff5ead700122ac92cb39418fbe817ee2885d /NWGNUmakefile | |
parent | $Revision$ is slightly misdocumented (only available since svn 1.1) (diff) | |
download | apache2-137e6a26a6e9fde5cd21bcb135039da7ac1e73b3.tar.xz apache2-137e6a26a6e9fde5cd21bcb135039da7ac1e73b3.zip |
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-- | NWGNUmakefile | 1 |
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 |