texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/texi2html/test run_test_all.sh run_test.sh


From: Patrice Dumas
Subject: texinfo/texi2html/test run_test_all.sh run_test.sh
Date: Wed, 12 Oct 2011 06:49:31 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/12 06:49:23

Modified files:
        texi2html/test : run_test_all.sh run_test.sh 

Log message:
        Remove spurious weird spaces.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/run_test_all.sh?cvsroot=texinfo&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/run_test.sh?cvsroot=texinfo&r1=1.34&r2=1.35

Patches:
Index: run_test_all.sh
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/run_test_all.sh,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- run_test_all.sh     9 Apr 2011 00:10:46 -0000       1.23
+++ run_test_all.sh     12 Oct 2011 06:48:19 -0000      1.24
@@ -253,14 +253,14 @@
       sed -i -e 's/^texexpand.*/texexpand /' "${outdir}$dir/$basename.2"
       sed -i '/is no longer supported at.*line/d' "${outdir}$dir/$basename.2"
       if [ "$use_latex2html" = 'yes' ]; then
-        # in case the output format is not html there won't be "*"_l2h.html 
files
+        # in case the output format is not html there won't be "*"_l2h.html 
files
         for file in "${outdir}$dir/"*"_l2h.html"; do
          if [ -f "$file" ]; then
           sed -i -e 's/CONTENT="LaTeX2HTML.*/CONTENT="LaTeX2HTML">/' -e \
             's/with LaTeX2HTML.*/with LaTeX2HTML/' "$file"
           fi
         done
-        # "*"_images.pl" files are not guaranteed to be present
+        # "*"_images.pl" files are not guaranteed to be present
         for file in "${outdir}$dir/"*"_images.pl" 
"${outdir}$dir/"*"_labels.pl"; do
          if [ -f "$file" ]; then
           sed -i -e 's/^# LaTeX2HTML.*/# LaTeX2HTML/' "$file"

Index: run_test.sh
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/run_test.sh,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- run_test.sh 9 Apr 2011 00:10:46 -0000       1.34
+++ run_test.sh 12 Oct 2011 06:48:46 -0000      1.35
@@ -194,7 +194,7 @@
     if [ "$use_latex2html" = 'yes' ]; then
       sed -i -e 's/CONTENT="LaTeX2HTML.*/CONTENT="LaTeX2HTML">/' -e \
        's/with LaTeX2HTML.*/with LaTeX2HTML/' "$out_dir/$dir/"*"_l2h.html"
-      # "*"_images.pl" files are not guaranteed to be present
+      # "*"_images.pl" files are not guaranteed to be present
       for file in "${outdir}$dir/"*"_images.pl" "${outdir}$dir/"*"_labels.pl"; 
do
        if [ -f "$file" ]; then
         sed -i -e 's/^# LaTeX2HTML.*/# LaTeX2HTML/' "$file"



reply via email to

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