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 2004/05/12 00:39:11 UTC

cvs commit: apache-1.3 NWGNUmakefile

bnicholes    2004/05/11 15:39:11

  Modified:    .        NWGNUmakefile
  Log:
  Copy all of the announcement file during install
  
  Revision  Changes    Path
  1.2       +1 -1      apache-1.3/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apache-1.3/NWGNUmakefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUmakefile	8 Apr 2004 01:26:21 -0000	1.1
  +++ NWGNUmakefile	11 May 2004 22:39:10 -0000	1.2
  @@ -33,7 +33,7 @@
   	copy conf\mime.types $(INSTALL)\Apache\conf\mime.types
   	copy conf\srm.conf-dist $(INSTALL)\Apache\conf\srm.conf
   	copy ABOUT_APACHE $(INSTALL)\Apache\ABOUT_APACHE
  -	copy Announcement $(INSTALL)\Apache\Announcement
  +	copy Announcement.* $(INSTALL)\Apache\Announcement.*
   	copy src\CHANGES $(INSTALL)\Apache\CHANGES
   	copy LICENSE $(INSTALL)\Apache\LICENSE
   	copy README $(INSTALL)\Apache\README