From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfFPy-0000te-0W for qemu-devel@nongnu.org; Sun, 14 May 2006 08:09:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfFPv-0000rL-Pp for qemu-devel@nongnu.org; Sun, 14 May 2006 08:09:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfFPv-0000r5-CI for qemu-devel@nongnu.org; Sun, 14 May 2006 08:09:47 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FfFS5-0004S6-NE for qemu-devel@nongnu.org; Sun, 14 May 2006 08:12:02 -0400 From: Paul Brook Subject: Re: [Qemu-devel][PATCH]Makefile targets for new documentation formats Date: Sun, 14 May 2006 13:09:39 +0100 References: <44670DBA.30806@mail.berlios.de> In-Reply-To: <44670DBA.30806@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605141309.39990.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sunday 14 May 2006 12:00, Stefan Weil wrote: > The patch enhances the Makefile with new targets > (and ignores these targets and intermediate files for CVS): > > make info - create documentation in info format > make dvi - create documentation in dvi format > > It also fixes some minor issues in Makefile: > > * Missing config-host.mak still allows calling make, > e.g. for make distclean. I consider this to be a feature. Most packages don't even generate a Makefile until after you've run configure. I've applied the other bits, with the addition of a "html" target. Paul