Re: [PATCH] Clean up "make help" output for documentation targets

From: Randy Dunlap
Date: Mon Nov 27 2006 - 19:26:45 EST


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 <jesper.juhl@xxxxxxxxx>
> ---
>
> Documentation/DocBook/Makefile | 10 +++++++---
> 1 files changed, 7 insertions(+), 3 deletions(-)

Acked-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/