diff options
-rw-r--r-- | Documentation/DocBook/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 105ba8e21777..89d9982ee667 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile | |||
@@ -88,13 +88,9 @@ define rule_docproc | |||
88 | ) > $(dir $@).$(notdir $@).cmd | 88 | ) > $(dir $@).$(notdir $@).cmd |
89 | endef | 89 | endef |
90 | 90 | ||
91 | %.xml: %.tmpl FORCE | 91 | %.xml: %.tmpl $(KERNELDOC) $(DOCPROC) FORCE |
92 | $(call if_changed_rule,docproc) | 92 | $(call if_changed_rule,docproc) |
93 | 93 | ||
94 | ### | ||
95 | # Changes in kernel-doc force a rebuild of all documentation | ||
96 | $(BOOKS): $(KERNELDOC) | ||
97 | |||
98 | # Tell kbuild to always build the programs | 94 | # Tell kbuild to always build the programs |
99 | always := $(hostprogs-y) | 95 | always := $(hostprogs-y) |
100 | 96 | ||