[SCM] libav/experimental: Fix make install of man pages when PROGS is empty.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:40 UTC 2013


The following commit has been merged in the experimental branch:
commit 282db5fde0dfd72d76c781333000a043e52150ae
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Oct 22 18:01:33 2007 +0000

    Fix make install of man pages when PROGS is empty.
    
    Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index edce657..65c8161 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,9 @@ ALL_TARGETS-$(CONFIG_VHOOK) += videohook
 ALL_TARGETS-$(BUILD_DOC)    += documentation
 
 INSTALL_TARGETS-$(CONFIG_VHOOK) += install-vhook
-INSTALL_TARGETS-$(BUILD_DOC)    += install-man
 ifneq ($(PROGS),)
 INSTALL_TARGETS-yes             += install-progs
+INSTALL_TARGETS-$(BUILD_DOC)    += install-man
 endif
 
 VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list