]> granicus.if.org Git - apache/commitdiff
Suppress xcopy prompt during installation
authorAllan K. Edwards <ake@apache.org>
Thu, 14 Dec 2000 18:24:25 +0000 (18:24 +0000)
committerAllan K. Edwards <ake@apache.org>
Thu, 14 Dec 2000 18:24:25 +0000 (18:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87341 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 8468f93ff7878c2735bec8d2c5e3cf042f1f2a69..c1f8813cea0a04796d9738e7c393237db92cb3a5 100644 (file)
@@ -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)';