[FFmpeg-cvslog] r12761 - trunk/Makefile

diego subversion
Mon Apr 7 23:45:38 CEST 2008


Author: diego
Date: Mon Apr  7 23:45:38 2008
New Revision: 12761

Log:
Make the install-man target depend on $(MANPAGES).
patch by Stefano Sabatini, stefano.sabatini-lala poste it


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Apr  7 23:45:38 2008
@@ -141,7 +141,7 @@ install-progs: $(PROGS) $(INSTALL_PROGS_
 	install -d "$(BINDIR)"
 	install -c -m 755 $(PROGS) "$(BINDIR)"
 
-install-man:
+install-man: $(MANPAGES)
 	install -d "$(MANDIR)/man1"
 	install -m 644 $(MANPAGES) "$(MANDIR)/man1"
 




More information about the ffmpeg-cvslog mailing list