From: Allan K. Edwards Date: Thu, 14 Dec 2000 18:24:25 +0000 (+0000) Subject: Suppress xcopy prompt during installation X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a5786b2d026410e01f6c00dad00ca5226c16050;p=apache Suppress xcopy prompt during installation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87341 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 8468f93ff7..c1f8813cea 100644 --- a/Makefile.win +++ b/Makefile.win @@ -167,7 +167,7 @@ _install: cd docs\docroot for %%a in (*.*) do if not exist $(INSTDIR)\htdocs\%%a copy %%a $(INSTDIR)\htdocs cd ..\.. - xcopy docs\manual $(INSTDIR)\htdocs\manual /s + xcopy docs\manual $(INSTDIR)\htdocs\manual /sdy perl << my $$serverroot = '$(INSTDIR)';