|
@@ -35,7 +35,7 @@ PS_METHOD = $(prefer-db2x)
|
|
|
PHONY += xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs xmldoclinks
|
|
|
|
|
|
BOOKS := $(addprefix $(obj)/,$(DOCBOOKS))
|
|
|
-xmldocs: $(BOOKS) xmldoclinks
|
|
|
+xmldocs: $(BOOKS)
|
|
|
sgmldocs: xmldocs
|
|
|
|
|
|
PS := $(patsubst %.xml, %.ps, $(BOOKS))
|
|
@@ -95,7 +95,7 @@ define rule_docproc
|
|
|
) > $(dir $@).$(notdir $@).cmd
|
|
|
endef
|
|
|
|
|
|
-%.xml: %.tmpl FORCE
|
|
|
+%.xml: %.tmpl xmldoclinks FORCE
|
|
|
$(call if_changed_rule,docproc)
|
|
|
|
|
|
###
|