From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MmERH-0003gw-Tn for mharc-grub-devel@gnu.org; Fri, 11 Sep 2009 18:17:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmERG-0003g0-IN for grub-devel@gnu.org; Fri, 11 Sep 2009 18:17:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmERB-0003bV-Nl for grub-devel@gnu.org; Fri, 11 Sep 2009 18:17:54 -0400 Received: from [199.232.76.173] (port=58663 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmERB-0003bS-IN for grub-devel@gnu.org; Fri, 11 Sep 2009 18:17:49 -0400 Received: from c60.cesmail.net ([216.154.195.49]:27874) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MmERB-0000c3-45 for grub-devel@gnu.org; Fri, 11 Sep 2009 18:17:49 -0400 Received: from unknown (HELO smtprelay1.cesmail.net) ([192.168.1.111]) by c60.cesmail.net with ESMTP; 11 Sep 2009 18:17:47 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay1.cesmail.net (Postfix) with ESMTPSA id D96C334C69 for ; Fri, 11 Sep 2009 18:17:40 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <1252505209.2998.15.camel@fz.local> References: <1252504622.2998.14.camel@fz.local> <1252505209.2998.15.camel@fz.local> Content-Type: text/plain Date: Fri, 11 Sep 2009 18:17:38 -0400 Message-Id: <1252707458.3447.12.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: install-sh and docs/mdate-sh 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: Fri, 11 Sep 2009 22:17:54 -0000 On Wed, 2009-09-09 at 16:06 +0200, Felix Zielcke wrote: > Am Mittwoch, den 09.09.2009, 15:57 +0200 schrieb Felix Zielcke: > > Is there any reason why we have install-sh and docs/mdate-sh? > > We don't use them anywhere and they're shipped with automake, which > > Okuji doestn't like anyway IIRC We can still use rules in the build system similar to those that Automake would generate. > Oh I didn't notice configure even checks for install-sh. > But what about mdate-sh? mdate-sh was copied from gnulib together with texinfo.tex. It looks like the build system doesn't handle the documentation yet. It would be more useful to implement building of the documentation and then check is mdate-sh is still unused. -- Regards, Pavel Roskin