git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7669899
)
Make the install-man target depend on $(MANPAGES).
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Mon, 7 Apr 2008 21:45:38 +0000
(21:45 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 7 Apr 2008 21:45:38 +0000
(21:45 +0000)
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
43b5c14
..
b134746
100644
(file)
--- 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"