mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
7669899bdf
commit
d05e360c48
2
Makefile
2
Makefile
|
@ -141,7 +141,7 @@ install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes)
|
||||||
install -d "$(BINDIR)"
|
install -d "$(BINDIR)"
|
||||||
install -c -m 755 $(PROGS) "$(BINDIR)"
|
install -c -m 755 $(PROGS) "$(BINDIR)"
|
||||||
|
|
||||||
install-man:
|
install-man: $(MANPAGES)
|
||||||
install -d "$(MANDIR)/man1"
|
install -d "$(MANDIR)/man1"
|
||||||
install -m 644 $(MANPAGES) "$(MANDIR)/man1"
|
install -m 644 $(MANPAGES) "$(MANDIR)/man1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue