]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
If we are moving Announcement to a post-roll item (the only way to
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Oct 2005 18:18:53 +0000 (18:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Oct 2005 18:18:53 +0000 (18:18 +0000)
  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

NWGNUmakefile
src/makefile.win

index 057225972f4ccf84b5340acc5e013559fb7c3cbd..10b73833450b2dc7f6fa10868ec388ebcaf9d995 100644 (file)
@@ -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
index edcab14711841bc248d7e5e10f9d02c530aceb30..a646f019db0ad4b6112a7af21d188fcc1087afce 100644 (file)
@@ -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)"