All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Clean up "make help" output for documentation targets
@ 2006-11-28  0:12 Jesper Juhl
  2006-11-28  0:25 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2006-11-28  0:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, twaugh, Jesper Juhl

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@gmail.com>
---

 Documentation/DocBook/Makefile |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index db9499a..36526a1 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -190,9 +190,13 @@ # Rule to convert a .c file to inline XM
 ###
 # Help targets as used by the top-level makefile
 dochelp:
-	@echo  '  Linux kernel internal documentation in different formats:'
-	@echo  '  xmldocs (XML DocBook), psdocs (Postscript), pdfdocs (PDF)'
-	@echo  '  htmldocs (HTML), mandocs (man pages, use installmandocs to install)'
+	@echo  ' Linux kernel internal documentation in different formats:'
+	@echo  '  htmldocs        - HTML'
+	@echo  '  installmandocs  - install man pages generated by mandocs'
+	@echo  '  mandocs         - man pages'
+	@echo  '  pdfdocs         - PDF'
+	@echo  '  psdocs          - Postscript'
+	@echo  '  xmldocs         - XML DocBook'
 
 ###
 # Temporary files left by various tools



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Clean up "make help" output for documentation targets
  2006-11-28  0:12 [PATCH] Clean up "make help" output for documentation targets Jesper Juhl
@ 2006-11-28  0:25 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2006-11-28  0:25 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: linux-kernel, Linus Torvalds, twaugh

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

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

---
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-28  0:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28  0:12 [PATCH] Clean up "make help" output for documentation targets Jesper Juhl
2006-11-28  0:25 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.