mirror of https://git.ffmpeg.org/ffmpeg.git
doc: use HOSTEXESUF when calling print_options
This is neccesary on WSL, and has no averse effects in normal environments.
This commit is contained in:
parent
cdf71f789b
commit
61f27e5f71
|
@ -60,7 +60,7 @@ GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
|
|||
|
||||
$(GENTEXI): TAG = GENTEXI
|
||||
$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
|
||||
$(M)doc/print_options $* > $@
|
||||
$(M)doc/print_options$(HOSTEXESUF) $* > $@
|
||||
|
||||
doc/%.html: TAG = HTML
|
||||
doc/%-all.html: TAG = HTML
|
||||
|
|
Loading…
Reference in New Issue