Browse Source

doc/Makefile: Add missing $(HOSTEXESUF) to print_options

tags/n1.0
jamal Stefano Sabatini 13 years ago
parent
commit
d48f014ff1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Makefile

+ 1
- 1
doc/Makefile View File

@@ -34,7 +34,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