[FFmpeg-cvslog] doc: pass -Idoc texi2html and texi2pod
Mans Rullgard
git at videolan.org
Wed Mar 21 02:35:01 CET 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Mar 20 10:54:02 2012 +0000| [2ac3df858c3afdc1e3a8e19670483a379f7da447] | committer: Mans Rullgard
doc: pass -Idoc texi2html and texi2pod
This fixes doc generation in build tree separate from source.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ac3df858c3afdc1e3a8e19670483a379f7da447
---
doc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 5172707..a051f6e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -29,12 +29,12 @@ $(GENTEXI): doc/avoptions_%.texi: doc/print_options
doc/%.html: TAG = HTML
doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)
$(Q)$(TEXIDEP)
- $(M)texi2html -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
+ $(M)texi2html -I doc -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
doc/%.pod: TAG = POD
doc/%.pod: doc/%.texi $(GENTEXI)
$(Q)$(TEXIDEP)
- $(M)$(SRC_PATH)/doc/texi2pod.pl $< $@
+ $(M)$(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@
doc/%.1: TAG = MAN
doc/%.1: doc/%.pod $(GENTEXI)
More information about the ffmpeg-cvslog
mailing list