We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdfaea commit 6f89b9cCopy full SHA for 6f89b9c
Documentation/DocBook/Makefile
@@ -36,6 +36,7 @@ PS_METHOD = $(prefer-db2x)
36
# The targets that may be used.
37
PHONY += xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs
38
39
+targets += $(DOCBOOKS)
40
BOOKS := $(addprefix $(obj)/,$(DOCBOOKS))
41
xmldocs: $(BOOKS)
42
sgmldocs: xmldocs
@@ -90,14 +91,6 @@ endef
90
91
%.xml: %.tmpl FORCE
92
$(call if_changed_rule,docproc)
93
-###
94
-#Read in all saved dependency files
95
-cmd_files := $(wildcard $(foreach f,$(BOOKS),$(dir $(f)).$(notdir $(f)).cmd))
96
-
97
-ifneq ($(cmd_files),)
98
- include $(cmd_files)
99
-endif
100
101
###
102
# Changes in kernel-doc force a rebuild of all documentation
103
$(BOOKS): $(KERNELDOC)
0 commit comments