git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f89b9c
)
kbuild: docbook: specify KERNELDOC dependency correctly
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Mon, 20 Jan 2014 05:10:11 +0000
(14:10 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 14 Mar 2014 17:06:47 +0000
(18:06 +0100)
It is not a good idea to describe
%.xml: %.tmpl FORCE
...
and
$(BOOKS): $(KERNELDOC)
separately. This cannot detect missing template files.
For example, add something to DOCBOOKS variable:
DOCBOOKS += foobar.xml
and run
make xmldocs
It will succeed even if Documention/DocBook/foobar.tmpl
does not exist.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Documentation/DocBook/Makefile
patch
|
blob
|
history
diff --cc
Documentation/DocBook/Makefile
Simple merge