Stefano Sabatini | 10 Aug 2012 11:52
Picon

[PATCH] doc/Makefile: invoke perl to interpret texi2pod.pl

Do not rely on shebang directive in the script, whose exact behavior is
system dependent.
---
 doc/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 845f5f7..723b05e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
 <at>  <at>  -43,7 +43,7  <at>  <at>  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 $< $ <at> 
+	$(M)perl $(SRC_PATH)/doc/texi2pod.pl -Idoc $< $ <at> 

 doc/%.1: TAG = MAN
 doc/%.1: doc/%.pod $(GENTEXI)
--

-- 
1.7.5.4
Michael Niedermayer | 10 Aug 2012 16:07
Picon
Picon

Re: [PATCH] doc/Makefile: invoke perl to interpret texi2pod.pl

On Fri, Aug 10, 2012 at 11:52:04AM +0200, Stefano Sabatini wrote:
> Do not rely on shebang directive in the script, whose exact behavior is
> system dependent.
> ---
>  doc/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

should be ok

[...]
--

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel <at> ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Stefano Sabatini | 10 Aug 2012 23:23
Picon

Re: [PATCH] doc/Makefile: invoke perl to interpret texi2pod.pl

On date Friday 2012-08-10 16:07:16 +0200, Michael Niedermayer encoded:
> On Fri, Aug 10, 2012 at 11:52:04AM +0200, Stefano Sabatini wrote:
> > Do not rely on shebang directive in the script, whose exact behavior is
> > system dependent.
> > ---
> >  doc/Makefile |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> should be ok

Applied.
--

-- 
FFmpeg = Fundamentalist Fanciful Mega Pure Extroverse Gigant

Gmane