diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-20 14:10:10 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-03-14 18:06:47 +0100 |
commit | 6f89b9c1d6b29eaa600ac4a8ac1314b0d06f15e3 (patch) | |
tree | 1f757ada31cf199e01fa409f4c54d5a6c40c4a08 /Documentation | |
parent | bfdfaeae500a3b194b73b01e92a8034791a58b7f (diff) | |
download | op-kernel-dev-6f89b9c1d6b29eaa600ac4a8ac1314b0d06f15e3.zip op-kernel-dev-6f89b9c1d6b29eaa600ac4a8ac1314b0d06f15e3.tar.gz |
kbuild: docbook: include cmd files more simply
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 0f9c6ff..105ba8e 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -36,6 +36,7 @@ PS_METHOD = $(prefer-db2x) # The targets that may be used. PHONY += xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs +targets += $(DOCBOOKS) BOOKS := $(addprefix $(obj)/,$(DOCBOOKS)) xmldocs: $(BOOKS) sgmldocs: xmldocs @@ -91,14 +92,6 @@ endef $(call if_changed_rule,docproc) ### -#Read in all saved dependency files -cmd_files := $(wildcard $(foreach f,$(BOOKS),$(dir $(f)).$(notdir $(f)).cmd)) - -ifneq ($(cmd_files),) - include $(cmd_files) -endif - -### # Changes in kernel-doc force a rebuild of all documentation $(BOOKS): $(KERNELDOC) |