You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/10/10 20:43:15 UTC

cvs commit: httpd-2.0 Makefile.win

wrowe       01/10/10 11:43:15

  Modified:    .        Makefile.win
  Log:
    Catch up to Martin's work for 2.0
  
  Revision  Changes    Path
  1.78      +2 -2      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- Makefile.win	2001/10/04 19:38:15	1.77
  +++ Makefile.win	2001/10/10 18:43:15	1.78
  @@ -255,7 +255,7 @@
   	-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 @@
           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 < <<