]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Copy all of the announcement file during install
authorBradley Nicholes <bnicholes@apache.org>
Tue, 11 May 2004 22:39:10 +0000 (22:39 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 11 May 2004 22:39:10 +0000 (22:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103651 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index 62134e553811b1c5d41e695005166b309fd5eab7..057225972f4ccf84b5340acc5e013559fb7c3cbd 100644 (file)
@@ -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