Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 98455 invoked from network); 10 Oct 2005 18:19:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 18:19:19 -0000 Received: (qmail 56079 invoked by uid 500); 10 Oct 2005 18:19:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 55884 invoked by uid 500); 10 Oct 2005 18:19:18 -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 55872 invoked by uid 99); 10 Oct 2005 18:19:17 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Oct 2005 11:19:17 -0700 Received: (qmail 98404 invoked by uid 65534); 10 Oct 2005 18:18:57 -0000 Message-ID: <20051010181857.98403.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312706 - in /httpd/httpd/branches/1.3.x: NWGNUmakefile src/makefile.win Date: Mon, 10 Oct 2005 18:18:56 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wrowe Date: Mon Oct 10 11:18:53 2005 New Revision: 312706 URL: http://svn.apache.org/viewcvs?rev=312706&view=rev Log: If we are moving Announcement to a post-roll item (the only way to maintain a broad number of languages) then tweak the Win32/NetWare build systems to avoid copying a non-existant file. Modified: httpd/httpd/branches/1.3.x/NWGNUmakefile httpd/httpd/branches/1.3.x/src/makefile.win Modified: httpd/httpd/branches/1.3.x/NWGNUmakefile URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/NWGNUmakefile?rev=312706&r1=312705&r2=312706&view=diff ============================================================================== --- httpd/httpd/branches/1.3.x/NWGNUmakefile (original) +++ httpd/httpd/branches/1.3.x/NWGNUmakefile Mon Oct 10 11:18:53 2005 @@ -33,7 +33,6 @@ 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 src\CHANGES $(INSTALL)\Apache\CHANGES copy LICENSE $(INSTALL)\Apache\LICENSE copy README $(INSTALL)\Apache\README Modified: httpd/httpd/branches/1.3.x/src/makefile.win URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/src/makefile.win?rev=312706&r1=312705&r2=312706&view=diff ============================================================================== --- httpd/httpd/branches/1.3.x/src/makefile.win (original) +++ httpd/httpd/branches/1.3.x/src/makefile.win Mon Oct 10 11:18:53 2005 @@ -126,7 +126,6 @@ -mkdir "$(INSTDIR)\modules" -mkdir "$(INSTDIR)\proxy" copy ..\ABOUT_APACHE "$(INSTDIR)\ABOUT_APACHE.TXT" - copy ..\Announcement "$(INSTDIR)\Announcement.txt" copy ..\LICENSE "$(INSTDIR)\LICENSE.TXT" copy ..\NOTICE "$(INSTDIR)\NOTICE.TXT" copy ..\README-WIN.TXT "$(INSTDIR)"