diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-26 02:06:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-26 02:06:59 +0100 |
commit | f1db007e008d3ece791c7ac65c537d1d301ea0cc (patch) | |
tree | 7adb7183ee7e4d8fc34b954e14e95f14255795b6 /doc/Makefile | |
parent | 325c918fa3d6906bc8f88cd9a5ccb19f9dfb42bb (diff) | |
download | ffmpeg-f1db007e008d3ece791c7ac65c537d1d301ea0cc.tar.gz |
doc/Makefile fix PROGS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
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 |