summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-09-06 23:09:05 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-09-06 23:09:05 +0000
commit2fc18ef8ae602df3cc99d8d56734b4638aef72dc (patch)
tree972d63b3ae4241f918102911ec781b7cfd5e83b6 /NWGNUmakefile
parent774d3fc35cfa5d41acd1b52bb7feaec76440cc77 (diff)
downloadhttpd-2fc18ef8ae602df3cc99d8d56734b4638aef72dc.tar.gz
Make the xcopy run smoother
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 03e78f721b..82d2ce4424 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -317,11 +317,11 @@ install :: nlms FORCE
-copy docs\conf\mime.types $(INSTALL)\Apache2\conf\mime.types
-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 /E >> xc.bat
- @echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E >> xc.bat
- @echo xcopy docs\icons $(INSTALL)\Apache2\icons /E >> xc.bat
- @echo xcopy docs\man $(INSTALL)\Apache2\man /E >> xc.bat
- @echo xcopy docs\manual $(INSTALL)\Apache2\manual /E >> xc.bat
+ @echo xcopy docs\error $(INSTALL)\Apache2\error /E /Y >> xc.bat
+ @echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E /Y >> xc.bat
+ @echo xcopy docs\icons $(INSTALL)\Apache2\icons /E /Y >> xc.bat
+ @echo xcopy docs\man $(INSTALL)\Apache2\man /E /Y >> xc.bat
+ @echo xcopy docs\manual $(INSTALL)\Apache2\manual /E /Y >> xc.bat
$(CMD) xc.bat