texi2html-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-cvs] texi2html ChangeLog texi2html.pl doc/Makefile.am


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog texi2html.pl doc/Makefile.am
Date: Mon, 05 Feb 2007 16:01:44 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        07/02/05 16:01:44

Modified files:
        .              : ChangeLog texi2html.pl 
        doc            : Makefile.am 

Log message:
               * doc/Makefile.am: call perl with -x when called directly on 
               texi2html.pl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.259&r2=1.260
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.180&r2=1.181
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/Makefile.am?cvsroot=texi2html&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -b -r1.259 -r1.260
--- ChangeLog   5 Feb 2007 15:44:00 -0000       1.259
+++ ChangeLog   5 Feb 2007 16:01:43 -0000       1.260
@@ -4,6 +4,8 @@
        help with translations.
        * Makefile.am, manage_i18n.pl.in: add japanese translations, 
        from fedora.
+       * doc/Makefile.am: call perl with -x when called directly on 
+       texi2html.pl
 
 2007-01-08  Patrice Dumas  <address@hidden>
 

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -b -r1.180 -r1.181
--- texi2html.pl        5 Feb 2007 15:30:22 -0000       1.180
+++ texi2html.pl        5 Feb 2007 16:01:43 -0000       1.181
@@ -1,4 +1,4 @@
-#! @PERL@ -- 
+#! @PERL@ -- # perl
 'di ';
 'ig 00 ';
 
#+##############################################################################
@@ -59,7 +59,7 @@
 #--##########################################################################
 
 # CVS version:
-# $Id: texi2html.pl,v 1.180 2007/02/05 15:30:22 pertusus Exp $
+# $Id: texi2html.pl,v 1.181 2007/02/05 16:01:43 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;

Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- doc/Makefile.am     13 Feb 2005 15:09:58 -0000      1.14
+++ doc/Makefile.am     5 Feb 2007 16:01:44 -0000       1.15
@@ -27,7 +27,7 @@
   $(top_srcdir)/MySimple.pm $(top_srcdir)/T2h_i18n.pm
        TEXINPUTS=$(srcdir)::$$TEXINPUTS T2H_HOME=$(top_srcdir) \
          $(SHELL) $(top_srcdir)/missing-texi2html --run \
-           $(PERL) $(top_srcdir)/texi2html.pl -V $<
+           $(PERL) -x $(top_srcdir)/texi2html.pl -V $<
 
 $(TEXI2HTML):
        @(cd $(top_builddir) && make texi2html)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]