Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 49316 invoked from network); 6 Aug 2007 17:59:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2007 17:59:01 -0000 Received: (qmail 21735 invoked by uid 500); 6 Aug 2007 17:59:00 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 21678 invoked by uid 500); 6 Aug 2007 17:58:59 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 21667 invoked by uid 99); 6 Aug 2007 17:58:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 10:58:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 17:58:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 26B8C1A981D; Mon, 6 Aug 2007 10:58:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r563207 - /httpd/httpd/branches/2.2.x/NWGNUmakefile Date: Mon, 06 Aug 2007 17:58:38 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070806175838.26B8C1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Mon Aug 6 10:58:37 2007 New Revision: 563207 URL: http://svn.apache.org/viewvc?view=rev&rev=563207 Log: added two more files to the dist target. Modified: httpd/httpd/branches/2.2.x/NWGNUmakefile Modified: httpd/httpd/branches/2.2.x/NWGNUmakefile URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/NWGNUmakefile?view=diff&rev=563207&r1=563206&r2=563207 ============================================================================== --- httpd/httpd/branches/2.2.x/NWGNUmakefile (original) +++ httpd/httpd/branches/2.2.x/NWGNUmakefile Mon Aug 6 10:58:37 2007 @@ -328,8 +328,10 @@ -copy STATUS $(INSTALL)\$(BASEDIR)\*.* -copy LICENSE $(INSTALL)\$(BASEDIR)\*.* -copy CHANGES $(INSTALL)\$(BASEDIR)\*.* + -copy VERSIONING $(INSTALL)\$(BASEDIR)\*.* -copy support\dbmmanage.in $(INSTALL)\$(BASEDIR)\bin\dbmmanage.pl -copy support\logresolve.pl.in $(INSTALL)\$(BASEDIR)\bin\logresolve.pl + -copy support\split-logfile.in $(INSTALL)\$(BASEDIR)\bin\split-logfile.pl -$(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_MOD_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build\mkconfnw.awk docs\conf\httpd.conf.in >$(INSTALL)\$(BASEDIR)\conf\httpd.conf $(CHKNOT) $(INSTALL)\$(BASEDIR)\conf\extra\nul mkdir $(INSTALL)\$(BASEDIR)\conf\extra -$(AWK) -v BDIR=$(BASEDIR) -f build\mkconfnw.awk docs\conf\extra\httpd-autoindex.conf.in >$(INSTALL)\$(BASEDIR)\conf\extra\httpd-autoindex.conf