diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-28 18:45:13 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-29 09:14:56 +0100 |
commit | 5e27ec28f0aa263fc6af60ea88677e2c40631920 (patch) | |
tree | b3a4e30d26dad20d77effee6f3ba962da50fbc69 /doc | |
parent | da55ee6ccc05efdd9006bb8c31db9012a3326857 (diff) | |
download | ffmpeg-5e27ec28f0aa263fc6af60ea88677e2c40631920.tar.gz |
build: create output directories as needed
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index da46cce647..01960b74b0 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) |