texinfo-commits
[Top][All Lists]
Advanced

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

[6623] txicmdcheck


From: Gavin D. Smith
Subject: [6623] txicmdcheck
Date: Tue, 15 Sep 2015 21:45:13 +0000

Revision: 6623
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6623
Author:   gavin
Date:     2015-09-15 21:45:13 +0000 (Tue, 15 Sep 2015)
Log Message:
-----------
txicmdcheck

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/refcard/txicmdcheck

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-09-15 21:37:29 UTC (rev 6622)
+++ trunk/ChangeLog     2015-09-15 21:45:13 UTC (rev 6623)
@@ -4,6 +4,8 @@
        txivarcheck.
        * README-hacking: Mention "make ccheck" and "make vcheck" for 
        refcard.
+       * doc/refcard/txicmdcheck (read_refman): Look for @section line
+       instead of @appendix.  Failure reported by Karl.
 
 2015-09-14  Gavin Smith  <address@hidden>
 

Modified: trunk/doc/refcard/txicmdcheck
===================================================================
--- trunk/doc/refcard/txicmdcheck       2015-09-15 21:37:29 UTC (rev 6622)
+++ trunk/doc/refcard/txicmdcheck       2015-09-15 21:45:13 UTC (rev 6623)
@@ -179,7 +179,7 @@
   $FILE = $fname;
   open (FILE) || die "open($FILE) failed: $!";
   while (<FILE>) {
-    last if /address@hidden address@hidden@-Command List/;  # ignore until 
right appendix
+    last if /address@hidden address@hidden@-Command List/;  # ignore until 
right section
   }
   while (<FILE>) {
     last if /address@hidden table/; # ignore again after the summary




reply via email to

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