doc: Add the host executable suffix for the print_options dependency
authorMartin Storsjö <martin@martin.st>
Sun, 24 Nov 2013 21:11:59 +0000 (23:11 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 25 Nov 2013 09:20:55 +0000 (11:20 +0200)
This fixes building on windows.

Signed-off-by: Martin Storsjö <martin@martin.st>
doc/Makefile

index b76772b..f0f9da2 100644 (file)
@@ -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