From: Yann E. MORIN Date: Fri, 3 Oct 2014 17:01:40 +0000 (+0200) Subject: docs/manual: simplify generation dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3243609fd026bc499c23529dd18b6e12021d5bb1;p=buildroot.git docs/manual: simplify generation dependencies The document's main file is already part of MANUAL_SOURCES, so no need to explicitly depend on it. Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Cc: Thomas De Schampheleire Acked-by: Thomas De Schampheleire Acked-by: Samuel Martin Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index dd6f0ea015..56dff56056 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -98,8 +98,7 @@ $$(O)/docs/$(1)/$(1).$(4): to make through the command line: \ 'PATH=/path/to/custom-xsltproc/bin:$$$${PATH} make manual-pdf') else -$$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt \ - $$($$(call UPPERCASE,$(1))_SOURCES) \ +$$(O)/docs/$(1)/$(1).$(4): $$($$(call UPPERCASE,$(1))_SOURCES) \ manual-check-dependencies \ manual-check-dependencies-$(3) \ manual-prepare-sources