Skip to content
Snippets Groups Projects
Commit f1db007e authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

doc/Makefile fix PROGS

parent 325c918f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment