Commit 041e792f authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

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
parent 632968fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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