You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2004/11/20 20:36:25 UTC

svn commit: r105991 - httpd/httpd/trunk

Author: bnicholes
Date: Sat Nov 20 11:36:24 2004
New Revision: 105991

Modified:
   httpd/httpd/trunk/NWGNUmakefile
Log:
Copy the charset.conv file to the /conf directory during the make install phase 

Modified: httpd/httpd/trunk/NWGNUmakefile
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile	(original)
+++ httpd/httpd/trunk/NWGNUmakefile	Sat Nov 20 11:36:24 2004
@@ -324,6 +324,7 @@
 	-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