Browse Source

doc/Makefile fix PROGS

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 11 years ago
parent
commit
f1db007e00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Makefile

+ 1
- 1
doc/Makefile View File

@@ -41,7 +41,7 @@ ALL_DOC_EXAMPLES = muxing

DOC_EXAMPLES := $(DOC_EXAMPLES-yes:%=doc/examples/%$(EXESUF))
ALL_DOC_EXAMPLES := $(ALL_DOC_EXAMPLES:%=doc/examples/%$(EXESUF))
PROGS += $(DOC_EXAMPLES)
PROGS += $(DOC_EXAMPLES-yes:%=doc/examples/%)

all-$(CONFIG_DOC): doc



Loading…
Cancel
Save