Commit b88a9007 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 533ae6e6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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)"