You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/04/05 23:38:28 UTC

cvs commit: httpd-2.0 NWGNUmakefile

bnicholes    02/04/05 13:38:28

  Modified:    .        NWGNUmakefile
  Log:
  Changed the make file to pick up the renamed httpd.conf file template.
  
  Revision  Changes    Path
  1.4       +1 -1      httpd-2.0/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/NWGNUmakefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NWGNUmakefile	27 Mar 2002 22:13:26 -0000	1.3
  +++ NWGNUmakefile	5 Apr 2002 21:38:28 -0000	1.4
  @@ -307,7 +307,7 @@
   	-copy README                    $(INSTALL)\Apache2\*.*
   	-copy STATUS                    $(INSTALL)\Apache2\*.*
   	-copy LICENSE                   $(INSTALL)\Apache2\*.*
  -	-awk  -f build\mkconfnw.awk docs\conf\httpd-std.conf >$(INSTALL)\Apache2\conf\httpd.conf
  +	-awk  -f build\mkconfnw.awk docs\conf\httpd-std.conf.in >$(INSTALL)\Apache2\conf\httpd.conf
   	-copy docs\conf\magic           $(INSTALL)\Apache2\conf\magic
   	-copy docs\conf\mime.types      $(INSTALL)\Apache2\conf\mime.types
   	@echo rem copying the docs directories > xc.bat