From d05e360c4824858d407ec1d2c573532da85e4b43 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 7 Apr 2008 21:45:38 +0000 Subject: Make the install-man target depend on $(MANPAGES). patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12761 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43b5c14f4b..b13474685f 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes) install -d "$(BINDIR)" install -c -m 755 $(PROGS) "$(BINDIR)" -install-man: +install-man: $(MANPAGES) install -d "$(MANDIR)/man1" install -m 644 $(MANPAGES) "$(MANDIR)/man1" -- cgit v1.2.3