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 2005/10/10 20:18:56 UTC

svn commit: r312706 - in /httpd/httpd/branches/1.3.x: NWGNUmakefile src/makefile.win

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)"