Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-08 01:45:38 +0400
committerDiego Biurrun <diego@biurrun.de>2008-04-08 01:45:38 +0400
commitd05e360c4824858d407ec1d2c573532da85e4b43 (patch)
treefc1ab985701a307c3a5e1b181ce3eb8d029ad0fe /Makefile
parent7669899bdf2d1b416a13fa2ba763e28c1fbedafb (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"