Commit 09cd0a31 authored by Martin Storsjö's avatar Martin Storsjö

doc: Add the host executable suffix for the print_options dependency

This fixes building on windows.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent dedfa001
......@@ -25,7 +25,7 @@ GENTEXI = format codec
GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
$(GENTEXI): TAG = GENTEXI
$(GENTEXI): doc/avoptions_%.texi: doc/print_options
$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
$(M)doc/print_options $* > $@
doc/%.html: TAG = HTML
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment