From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DCiik-00083v-AL for mharc-grub-devel@gnu.org; Sat, 19 Mar 2005 13:30:46 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DCiig-00082o-K3 for grub-devel@gnu.org; Sat, 19 Mar 2005 13:30:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DCiie-00081n-7h for grub-devel@gnu.org; Sat, 19 Mar 2005 13:30:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCiie-00080e-1O for grub-devel@gnu.org; Sat, 19 Mar 2005 13:30:40 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DCiRg-0001DN-93 for grub-devel@gnu.org; Sat, 19 Mar 2005 13:13:08 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id C9811FF15614 for ; Sat, 19 Mar 2005 19:13:07 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 19 Mar 05 18:13:07 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 19 Mar 2005 19:13:07 +0100 User-Agent: KMail/1.7.1 References: <200503022248.27208.okuji@enbug.org> <87mztdlv91.fsf@student.han.nl> <200503082356.17005.okuji@enbug.org> In-Reply-To: <200503082356.17005.okuji@enbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503191913.07406.okuji@enbug.org> Subject: Re: dist files X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 18:30:44 -0000 On Tuesday 08 March 2005 11:56 pm, Yoshinori K. Okuji wrote: > 3. A file called MANIFEST is used in many projects. This is basically the > same as our way. The file lists all files (sometimes with wildcards). I chose this way. There is now a file called DISTLIST in the top source directory. This file is automatically generated by gendistlist.sh. Since it is not easy to determine if this tool should be invoked from make, execute it manually when you add / remove files. Okuji