From: Peter Korsgaard Date: Tue, 7 Feb 2012 09:49:40 +0000 (+0100) Subject: Makefile: GENDOC_INNER: don't create subdirs for generated manuals X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ec57751fa54a1c8ad7d974a7e5a036af68d935c;p=buildroot.git Makefile: GENDOC_INNER: don't create subdirs for generated manuals The output files are generated directly in $(O)/docs/manual. Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 912012fa4f..7aeee962f8 100644 --- a/Makefile +++ b/Makefile @@ -719,7 +719,7 @@ $(1)-$(3): $$(O)/docs/$(1)/$(1).$(4) $$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt $$($(call UPPERCASE,$(1))_SOURCES) @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 \ -D $$(@D) $$< endef