[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/texi2html ChangeLog texi2html.pl
From: |
Karl Berry |
Subject: |
texinfo/texi2html ChangeLog texi2html.pl |
Date: |
Sat, 13 Mar 2010 14:42:02 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 10/03/13 14:42:02
Modified files:
texi2html : ChangeLog texi2html.pl
Log message:
mention perl -x for running from the srcdir (advice from Patrice)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/ChangeLog?cvsroot=texinfo&r1=1.487&r2=1.488
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.pl?cvsroot=texinfo&r1=1.374&r2=1.375
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/ChangeLog,v
retrieving revision 1.487
retrieving revision 1.488
diff -u -b -r1.487 -r1.488
--- ChangeLog 2 Mar 2010 16:01:46 -0000 1.487
+++ ChangeLog 13 Mar 2010 14:42:01 -0000 1.488
@@ -1,3 +1,8 @@
+2010-03-13 Karl Berry <address@hidden>
+
+ * texi2html.pl: mention perl -x for running from the srcdir.
+ Suggestion from Patrice.
+
2009-03-02 Patrice Dumas <address@hidden>
* formats/html.init: prevent breaks on - and _ in @w.
Index: texi2html.pl
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.pl,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -b -r1.374 -r1.375
--- texi2html.pl 1 Mar 2010 14:53:19 -0000 1.374
+++ texi2html.pl 13 Mar 2010 14:42:02 -0000 1.375
@@ -70,10 +70,11 @@
#++##########################################################################
#
# NOTE FOR DEBUGGING THIS SCRIPT:
-# You can run 'perl texi2html.pl' directly, provided you have the script
+# You can run 'perl -x texi2html.pl' directly, provided you have the script
# in the same directory with, or the environment variable T2H_HOME set to
# the directory containing, the texi2html.init, T2h_i18n.pm, translations.pl,
-# l2h.init, & T2h_l2h.pm files
+# l2h.init, & T2h_l2h.pm files. Ditto makeinfo.pl, if you make it a
+# symlink to texi2html.pl.
#
#--##########################################################################
my $T2H_HOME = defined $ENV{T2H_HOME} ? $ENV{T2H_HOME} : dirname $0;
@@ -90,7 +91,7 @@
}
# CVS version:
-# $Id: texi2html.pl,v 1.374 2010/03/01 14:53:19 pertusus Exp $
+# $Id: texi2html.pl,v 1.375 2010/03/13 14:42:02 karl Exp $
# Homepage:
my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/texi2html ChangeLog texi2html.pl,
Karl Berry <=