From: Bradley Nicholes Date: Tue, 11 May 2004 22:39:10 +0000 (+0000) Subject: Copy all of the announcement file during install X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb73d83b8163e92a65e38a8b56ffd3f42c7e9379;p=thirdparty%2Fapache%2Fhttpd.git Copy all of the announcement file during install git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103651 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 62134e55381..057225972f4 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -33,7 +33,7 @@ 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 Announcement.* $(INSTALL)\Apache\Announcement.* copy src\CHANGES $(INSTALL)\Apache\CHANGES copy LICENSE $(INSTALL)\Apache\LICENSE copy README $(INSTALL)\Apache\README