Commit f1db007e authored by Michael Niedermayer's avatar Michael Niedermayer

doc/Makefile fix PROGS

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 325c918f
......@@ -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
......
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