doc/Makefile: Add missing $(HOSTEXESUF) to print_options
(cherry picked from commit d48f014ff1
)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
b45a8f6d24
commit
d14ce69869
@@ -35,7 +35,7 @@ GENTEXI = format codec
|
|||||||
GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
|
GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
|
||||||
|
|
||||||
$(GENTEXI): TAG = GENTEXI
|
$(GENTEXI): TAG = GENTEXI
|
||||||
$(GENTEXI): doc/avoptions_%.texi: doc/print_options
|
$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
|
||||||
$(M)doc/print_options $* > $@
|
$(M)doc/print_options $* > $@
|
||||||
|
|
||||||
doc/%.html: TAG = HTML
|
doc/%.html: TAG = HTML
|
||||||
|
Reference in New Issue
Block a user