[U-Boot] [PATCH v2 0/3] Adjust and fix kernel-doc

Masahiro Yamada yamada.m at jp.panasonic.com
Wed Feb 5 02:52:49 CET 2014


"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



More information about the U-Boot mailing list