[FFmpeg-cvslog] doc/Makefile: invoke perl to interpret texi2pod.pl

Stefano Sabatini git at videolan.org
Fri Aug 10 23:22:22 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Aug 10 11:49:27 2012 +0200| [e874b29296066749bc097e399960a701016cb460] | committer: Stefano Sabatini

doc/Makefile: invoke perl to interpret texi2pod.pl

Do not rely on shebang directive in the script, whose exact behavior is
system dependent.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e874b29296066749bc097e399960a701016cb460
---

 doc/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 845f5f7..723b05e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -43,7 +43,7 @@ doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)
 doc/%.pod: TAG = POD
 doc/%.pod: doc/%.texi $(GENTEXI)
 	$(Q)$(TEXIDEP)
-	$(M)$(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@
+	$(M)perl $(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@
 
 doc/%.1: TAG = MAN
 doc/%.1: doc/%.pod $(GENTEXI)



More information about the ffmpeg-cvslog mailing list