Commit a5882abf authored by diego's avatar diego

Make the install-man target depend on $(MANPAGES).

patch by Stefano Sabatini, stefano.sabatini-lala poste it


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12761 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5d910668
...@@ -141,7 +141,7 @@ install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes) ...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment