texinfo-commits
[Top][All Lists]
Advanced

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

[8224] run_parser_all.sh


From: gavinsmith0123
Subject: [8224] run_parser_all.sh
Date: Mon, 24 Sep 2018 06:15:50 -0400 (EDT)

Revision: 8224
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8224
Author:   gavin
Date:     2018-09-24 06:15:50 -0400 (Mon, 24 Sep 2018)
Log Message:
-----------
run_parser_all.sh

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/run_parser_all.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-24 10:07:22 UTC (rev 8223)
+++ trunk/ChangeLog     2018-09-24 10:15:50 UTC (rev 8224)
@@ -1,5 +1,10 @@
 2018-09-24  Gavin Smith  <address@hidden>
 
+       * tp/tests/run_parser_all.sh: Only use flags for latex2html in 
+       the latex2html tests.
+
+2018-09-24  Gavin Smith  <address@hidden>
+
        * tp/tests/run_parser_all.sh: Put flags for latex2html inside a 
        variable so they are less distracting when reading the code.
        Use -c instead of --set-customization-variable in the interests 

Modified: trunk/tp/tests/run_parser_all.sh
===================================================================
--- trunk/tp/tests/run_parser_all.sh    2018-09-24 10:07:22 UTC (rev 8223)
+++ trunk/tp/tests/run_parser_all.sh    2018-09-24 10:15:50 UTC (rev 8224)
@@ -31,7 +31,7 @@
 {
     use_latex2html=no
     use_tex4ht=no
-    l2h_tmp_dir=
+    l2h_flags=
     maybe_use_latex2html=no
     if echo "$remaining" | grep '[-]l2h' >/dev/null; then
       maybe_use_latex2html=yes
@@ -53,6 +53,7 @@
          fi
       fi
       l2h_tmp_dir="-c 'L2H_TMP $tmp_dir'"
+      l2h_flags="-c L2H_CLEAN=0 -c 'L2H_TMP $tmp_dir' -c 
L2H_FILE=$srcdir/../t/init/l2h.init"
     elif echo "$remaining" | grep '[-]init tex4ht.pm' >/dev/null; then
       if test "$no_tex4ht" = 'yes' ; then
         echo "S: (no tex4ht) $current"
@@ -68,7 +69,6 @@
        fi
       fi
     fi
-    l2h_flags="-c L2H_CLEAN=0 $l2h_tmp_dir -c 
L2H_FILE=$srcdir/../t/init/l2h.init"
     return 0
 }
 




reply via email to

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