diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-20 14:10:11 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-03-14 18:06:47 +0100 |
commit | 100da4c0150c97ce34d4d3b38bf2f5449b05ae4f (patch) | |
tree | feff16c98df6f21c978316b42f8dfebc415ea623 /fs | |
parent | 6f89b9c1d6b29eaa600ac4a8ac1314b0d06f15e3 (diff) | |
download | op-kernel-dev-100da4c0150c97ce34d4d3b38bf2f5449b05ae4f.zip op-kernel-dev-100da4c0150c97ce34d4d3b38bf2f5449b05ae4f.tar.gz |
kbuild: docbook: specify KERNELDOC dependency correctly
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions