Module: libav Branch: master Commit: 151c5841881591552be685b7fd50b488f128ba5b
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Sat Jun 11 19:54:23 2011 +0100 build: fix "make install" with documentation disabled Signed-off-by: Mans Rullgard <[email protected]> --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 7c7cdaf..0df8a11 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,7 @@ install: install-libs install-headers install-libs: install-libs-yes +install-progs-yes: install-progs-$(CONFIG_DOC): install-man install-progs-$(CONFIG_SHARED): install-libs _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
