From c73f65d979c41282ac52c5346f73489d12ce6a5a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 31 Oct 2009 15:58:49 +0000 Subject: Allow disabling doc generation with --disable-doc Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47792a0aca..7701ea6341 100644 --- a/Makefile +++ b/Makefile @@ -33,11 +33,11 @@ FF_LDFLAGS := $(FFLDFLAGS) FF_EXTRALIBS := $(FFEXTRALIBS) FF_DEP_LIBS := $(DEP_LIBS) -ALL_TARGETS-$(BUILD_DOC) += documentation +ALL_TARGETS-$(CONFIG_DOC) += documentation ifdef PROGS INSTALL_TARGETS-yes += install-progs install-data -INSTALL_TARGETS-$(BUILD_DOC) += install-man +INSTALL_TARGETS-$(CONFIG_DOC) += install-man endif INSTALL_PROGS_TARGETS-$(CONFIG_SHARED) = install-libs -- cgit v1.2.3