texinfo-commits
[Top][All Lists]
Advanced

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

[7840] latex do not require recorder file to exist


From: gavinsmith0123
Subject: [7840] latex do not require recorder file to exist
Date: Wed, 21 Jun 2017 16:26:32 -0400 (EDT)

Revision: 7840
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7840
Author:   gavin
Date:     2017-06-21 16:26:32 -0400 (Wed, 21 Jun 2017)
Log Message:
-----------
latex do not require recorder file to exist

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/util/texi2dvi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-06-21 20:14:20 UTC (rev 7839)
+++ trunk/ChangeLog     2017-06-21 20:26:32 UTC (rev 7840)
@@ -1,5 +1,12 @@
 2017-06-21  Gavin Smith  <address@hidden>
 
+       * util/texi2dvi (sorted_index_filter) <latex input>: Don't
+       print the name of a *.fls recorder file, as then 
+       'xref_files_changed' would require one to exist, which it may 
+       not.
+
+2017-06-21  Gavin Smith  <address@hidden>
+
        * util/texi2dvi (xref_files_changed): Call 'sorted_index_files'
        to get a list of the sorted index files that should exist, and
        if any of them are missing, go around another cycle of 

Modified: trunk/util/texi2dvi
===================================================================
--- trunk/util/texi2dvi 2017-06-21 20:14:20 UTC (rev 7839)
+++ trunk/util/texi2dvi 2017-06-21 20:26:32 UTC (rev 7840)
@@ -1664,8 +1664,6 @@
         # bibtex: *.aux -> *.bbl and *.blg.
         echo $1 | $SED 's/^\(.*\)\.aux$/\1.bbl/'
         echo $1 | $SED 's/^\(.*\)\.aux$/\1.blg/'
-        # -recorder: .fls
-        echo $1 | $SED 's/^\(.*\)\.aux$/\1.fls/'
       fi
       ;;
   esac




reply via email to

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