From: Allan K. Edwards Date: Thu, 14 Dec 2000 18:24:25 +0000 (+0000) Subject: Suppress xcopy prompt during installation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=328a68175c5d529ff179af1674c2f8a614c5ce68;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)';