[svn] Update texi2pod.pl.in from the Gcc distribution.

This commit is contained in:
hniksic
2003-09-16 03:20:38 -07:00
parent 0fa384769d
commit 93ff8fcd98
3 changed files with 142 additions and 52 deletions

View File

@@ -69,7 +69,7 @@ wget.info: $(SAMPLERCTEXI) $(srcdir)/wget.texi
$(MAKEINFO) -I$(srcdir)
$(TEXI2POD): $(TEXI2POD).in
sed s,/usr/bin/perl,@PERL@, $? > $@
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@
chmod u+x $@
wget.pod: $(srcdir)/wget.texi $(TEXI2POD)