From 5e27ec28f0aa263fc6af60ea88677e2c40631920 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 28 Jun 2011 18:45:13 +0100 Subject: build: create output directories as needed Signed-off-by: Mans Rullgard --- doc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index da46cce..01960b7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -24,6 +24,9 @@ doc/%.1: TAG = MAN doc/%.1: doc/%.pod $(M)pod2man --section=1 --center=" " --release=" " $< > $@ +$(DOCS): | doc +OBJDIRS += doc + install-progs-$(CONFIG_DOC): install-man install-man: $(MANPAGES) -- cgit v1.1