summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-02-07 10:49:40 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-07 10:52:35 +0100
commit3ec57751fa54a1c8ad7d974a7e5a036af68d935c (patch)
tree1a9aa339316106fad3d0d5da78db3a093fff255e /Makefile
parent93e56f52109c505a76579c19d23316cac4c8ae29 (diff)
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 <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 912012fa4..7aeee962f 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