From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933744AbWK1AZ4 (ORCPT ); Mon, 27 Nov 2006 19:25:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933752AbWK1AZ4 (ORCPT ); Mon, 27 Nov 2006 19:25:56 -0500 Received: from rgminet01.oracle.com ([148.87.113.118]:29680 "EHLO rgminet01.oracle.com") by vger.kernel.org with ESMTP id S933744AbWK1AZz (ORCPT ); Mon, 27 Nov 2006 19:25:55 -0500 Date: Mon, 27 Nov 2006 16:25:53 -0800 From: Randy Dunlap To: Jesper Juhl Cc: linux-kernel@vger.kernel.org, Linus Torvalds , twaugh@redhat.com Subject: Re: [PATCH] Clean up "make help" output for documentation targets Message-Id: <20061127162553.ffeeef6f.randy.dunlap@oracle.com> In-Reply-To: <200611280112.20269.jesper.juhl@gmail.com> References: <200611280112.20269.jesper.juhl@gmail.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Nov 2006 01:12:20 +0100 Jesper Juhl wrote: > Here's a patch that cleans up the "make help" output a bit for the > documentation targets. > > Surrently the documentation targets are listed completely different than > all the other targets : > > Documentation targets: > Linux kernel internal documentation in different formats: > xmldocs (XML DocBook), psdocs (Postscript), pdfdocs (PDF) > htmldocs (HTML), mandocs (man pages, use installmandocs to install) > > with this patch they are more in line with the rest of the output : > > Documentation targets: > Linux kernel internal documentation in different formats: > htmldocs - HTML > installmandocs - install man pages generated by mandocs > mandocs - man pages > pdfdocs - PDF > psdocs - Postscript > xmldocs - XML DocBook > > > Signed-off-by: Jesper Juhl > --- > > Documentation/DocBook/Makefile | 10 +++++++--- > 1 files changed, 7 insertions(+), 3 deletions(-) Acked-by: Randy Dunlap --- ~Randy