Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-26 05:06:59 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-11-26 05:06:59 +0400
commitf1db007e008d3ece791c7ac65c537d1d301ea0cc (patch)
tree7adb7183ee7e4d8fc34b954e14e95f14255795b6 /doc/Makefile
parent325c918fa3d6906bc8f88cd9a5ccb19f9dfb42bb (diff)
doc/Makefile fix PROGS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5856f3de01..fad5cfc5f1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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