Commit 328a6817 authored by Allan K. Edwards's avatar Allan K. Edwards
Browse files

Suppress xcopy prompt during installation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87341 13f79535-47bb-0310-9956-ffa450edef68
parent 34cd333c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)';