|
@@ -719,7 +719,7 @@ $(1)-$(3): $$(O)/docs/$(1)/$(1).$(4)
|
|
|
|
|
|
$$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt $$($(call UPPERCASE,$(1))_SOURCES)
|
|
$$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt $$($(call UPPERCASE,$(1))_SOURCES)
|
|
@echo "Generating $(5) $(1)..."
|
|
@echo "Generating $(5) $(1)..."
|
|
- $(Q)mkdir -p $$(O)/docs/$(1)/$(2)
|
|
|
|
|
|
+ $(Q)mkdir -p $$(@D)
|
|
$(Q)a2x $(6) -f $(2) -d book -L -r $(TOPDIR)/docs/images \
|
|
$(Q)a2x $(6) -f $(2) -d book -L -r $(TOPDIR)/docs/images \
|
|
-D $$(@D) $$<
|
|
-D $$(@D) $$<
|
|
endef
|
|
endef
|