public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] Adjust and fix kernel-doc
@ 2014-02-05  1:52 Masahiro Yamada
  2014-02-05  1:52 ` [U-Boot] [PATCH v2 1/3] kernel-doc: move kernel-doc tools to scripts/ Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Masahiro Yamada @ 2014-02-05  1:52 UTC (permalink / raw)
  To: u-boot


"make %docs" have not worked for a while.

This problem was reported by Abraham Varricatt.
"make htmldocs" gives error:
http://u-boot.10912.n7.nabble.com/quot-make-htmldocs-quot-gives-error-td168840.html

This series adjusts kernel doc stuff to the current build system
and fixes errors.

By applying this series, "make pdfdocs", "make htmldocs", etc. will work.

This series uses my Kbuild series as a prerequisite.
"Switch over to real Kbuild" series must be applied beforehand.


Changes in v2:
  - fix typos in commit log
  - update also .gitignore

Masahiro Yamada (3):
  kernel-doc: move kernel-doc tools to scripts/
  kernel-doc: update kernel-doc related files to Linux v3.13
  kernel-doc: fix some errors

 Makefile                                 | 10 +++--
 doc/DocBook/.gitignore                   |  1 -
 doc/DocBook/Makefile                     | 17 +++-----
 doc/DocBook/stylesheet.xsl               |  1 -
 include/linker_lists.h                   |  6 +--
 scripts/.gitignore                       |  4 ++
 scripts/Makefile                         | 14 ++++++
 {tools/kernel-doc => scripts}/docproc.c  | 74 +++++++++++++++++---------------
 {tools/kernel-doc => scripts}/kernel-doc | 74 +++++++++++++++++++++++++++-----
 tools/.gitignore                         |  1 -
 tools/Makefile                           |  2 -
 tools/kernel-doc/Makefile                | 10 -----
 12 files changed, 137 insertions(+), 77 deletions(-)
 create mode 100644 scripts/.gitignore
 rename {tools/kernel-doc => scripts}/docproc.c (90%)
 rename {tools/kernel-doc => scripts}/kernel-doc (97%)
 delete mode 100644 tools/kernel-doc/Makefile

-- 
1.8.3.2

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

end of thread, other threads:[~2014-02-19 21:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05  1:52 [U-Boot] [PATCH v2 0/3] Adjust and fix kernel-doc Masahiro Yamada
2014-02-05  1:52 ` [U-Boot] [PATCH v2 1/3] kernel-doc: move kernel-doc tools to scripts/ Masahiro Yamada
2014-02-19 21:10   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-02-05  1:52 ` [U-Boot] [PATCH v2 2/3] kernel-doc: update kernel-doc related files to Linux v3.13 Masahiro Yamada
2014-02-19 21:10   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-02-05  1:52 ` [U-Boot] [PATCH v2 3/3] kernel-doc: fix some errors Masahiro Yamada
2014-02-19 21:11   ` [U-Boot] [U-Boot,v2,3/3] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox