From: William A. Rowe Jr Date: Mon, 10 Oct 2005 18:18:53 +0000 (+0000) Subject: If we are moving Announcement to a post-roll item (the only way to X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d602b5f47120a329dd4495403895233735d54df;p=thirdparty%2Fapache%2Fhttpd.git 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@312706 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 057225972f4..10b73833450 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -33,7 +33,6 @@ install :: nlms FORCE 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 diff --git a/src/makefile.win b/src/makefile.win index edcab147118..a646f019db0 100644 --- a/src/makefile.win +++ b/src/makefile.win @@ -126,7 +126,6 @@ _install: -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)"