diff options
author | Stefano Sabatini | 2008-04-07 21:45:38 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-04-07 21:45:38 +0000 |
commit | d05e360c4824858d407ec1d2c573532da85e4b43 (patch) | |
tree | fc1ab985701a307c3a5e1b181ce3eb8d029ad0fe /Makefile | |
parent | 7669899bdf2d1b416a13fa2ba763e28c1fbedafb (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |