texinfo-commits
[Top][All Lists]
Advanced

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

[8257] remove htmlxref tests under tests


From: gavinsmith0123
Subject: [8257] remove htmlxref tests under tests
Date: Sun, 30 Sep 2018 09:57:08 -0400 (EDT)

Revision: 8257
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8257
Author:   gavin
Date:     2018-09-30 09:57:08 -0400 (Sun, 30 Sep 2018)
Log Message:
-----------
remove htmlxref tests under tests

Modified Paths:
--------------
    trunk/autogen.sh
    trunk/configure.ac

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh    2018-09-30 13:56:32 UTC (rev 8256)
+++ trunk/autogen.sh    2018-09-30 13:57:08 UTC (rev 8257)
@@ -22,17 +22,10 @@
 $chicken eval $cmd || exit 1
 
 # Generates an include file for tp/tests/Makefile.am.
-cmd="(cd tp/tests && ../maintain/regenerate_cmd_tests.sh Makefile.onetst . 
-base 'formatting htmlxref htmlxref-only_mono htmlxref-only_split sectioning 
coverage indices nested_formats contents layout' -tex_html 'tex_html')"
+cmd="(cd tp/tests && ../maintain/regenerate_cmd_tests.sh Makefile.onetst . 
-base 'formatting sectioning indices nested_formats contents layout' -tex_html 
'tex_html')"
 echo "  $cmd"
 $chicken eval $cmd || exit 1
 
-# Generates an include file for each of tp/tests/htmlxref*/Makefile.am.
-for dir in htmlxref htmlxref-only_mono htmlxref-only_split; do
-  cmd="(cd tp/tests/$dir && ../../maintain/regenerate_cmd_tests.sh 
Makefile.onetst $dir -base .)"
-  echo "  $cmd"
-  $chicken eval $cmd || exit 1
-done
-
 # This overwrites lots of files with older versions.
 # I keep the newest versions of files common between distributions up to
 # date in CVS (see util/srclist.txt), because it's not trivial for every

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2018-09-30 13:56:32 UTC (rev 8256)
+++ trunk/configure.ac  2018-09-30 13:57:08 UTC (rev 8257)
@@ -511,13 +511,9 @@
   tp/tests/Makefile
   tp/tests/many_input_files/Makefile
   tp/tests/sectioning/Makefile
-  tp/tests/coverage/Makefile
   tp/tests/formatting/Makefile
   tp/tests/indices/Makefile
   tp/tests/contents/Makefile   
-  tp/tests/htmlxref/Makefile
-  tp/tests/htmlxref-only_mono/Makefile
-  tp/tests/htmlxref-only_split/Makefile
   tp/tests/nested_formats/Makefile
   tp/tests/layout/Makefile
   tp/tests/tex_html/Makefile




reply via email to

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