Browse Source

doc: Add the host executable suffix for the print_options dependency

This fixes building on windows.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.2-rc1
Martin Storsjö 12 years ago
parent
commit
09cd0a3176
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Makefile

+ 1
- 1
doc/Makefile View 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


Loading…
Cancel
Save