mirror of https://git.ffmpeg.org/ffmpeg.git
doc: pass -Idoc texi2html and texi2pod
This fixes doc generation in build tree separate from source. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
b8b207e896
commit
2ac3df858c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue