summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-10-10 18:43:15 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-10-10 18:43:15 +0000
commitd879ed67bf3138b32b24d129813ea0082a1032cb (patch)
treeddf1724a07d60d391c4080dce2e0b58b43ce786c /Makefile.win
parentd41d182fe62944d5bbf541e6d746d449ff90e488 (diff)
downloadhttpd-d879ed67bf3138b32b24d129813ea0082a1032cb.tar.gz
Catch up to Martin's work for 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index d1c6dbd443..cd7d873418 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -255,7 +255,7 @@ _install:
-mkdir "$(INSTDIR)\conf"
-mkdir "$(INSTDIR)\error"
-mkdir "$(INSTDIR)\htdocs"
- -mkdir "$(INSTDIR)\htdocs\manual"
+ -mkdir "$(INSTDIR)\manual"
-mkdir "$(INSTDIR)\icons"
-mkdir "$(INSTDIR)\include"
-mkdir "$(INSTDIR)\lib"
@@ -387,7 +387,7 @@ A
xcopy docs\docroot "$(INSTDIR)\htdocs" /d < <<
A
<<
- xcopy docs\manual "$(INSTDIR)\htdocs\manual" /s /d < <<
+ xcopy docs\manual "$(INSTDIR)\manual" /s /d < <<
A
<<
xcopy srclib\pcre\pcre*.h "$(INSTDIR)\include" /d < <<