texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/init tex4ht.pm


From: Patrice Dumas
Subject: texinfo/tp/init tex4ht.pm
Date: Sun, 30 Dec 2012 23:12:51 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/12/30 23:12:51

Modified files:
        tp/init        : tex4ht.pm 

Log message:
        Fixes to error messages from Karl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/init/tex4ht.pm?cvsroot=texinfo&r1=1.13&r2=1.14

Patches:
Index: tex4ht.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/init/tex4ht.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- tex4ht.pm   30 Dec 2012 18:18:16 -0000      1.13
+++ tex4ht.pm   30 Dec 2012 23:12:50 -0000      1.14
@@ -216,7 +216,7 @@
 {
   my $self = shift;
   unless (chdir $tex4ht_out_dir) {
-    $self->document_warn(sprintf($self->__("tex4ht.pm: chdir to %s failed: 
%s"),
+    $self->document_warn(sprintf($self->__("tex4ht.pm:%s: chdir failed: %s"),
                          $tex4ht_out_dir, $!));
     return 0;
   }
@@ -229,7 +229,7 @@
   }
   unless (chdir $tex4ht_initial_dir) {
     $self->document_warn(sprintf($self->__(
-          "tex4ht.pm: Unable to return to the initial dir: %s"), $!));
+          "tex4ht.pm: Unable to return to initial directory: %s"), $!));
     return 0;
   }
   return 1;
@@ -257,7 +257,7 @@
   print STDERR "tex4ht command: $cmd\n" if ($self->get_conf('VERBOSE'));
   if (system($cmd)) {
     $self->document_warn (sprintf(__(
-                         "tex4ht.pm: Command `%s' failed"), $cmd));
+                         "tex4ht.pm: Command failed: %s"), $cmd));
     return 1;
   }
 



reply via email to

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