texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp Makefile.am TODO


From: Patrice Dumas
Subject: texinfo/tp Makefile.am TODO
Date: Sat, 01 Oct 2011 20:52:12 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/01 20:52:12

Modified files:
        tp             : Makefile.am TODO 

Log message:
        Rightfully call perl to regenerate Makefile.incl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Makefile.am?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.182&r2=1.183

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Makefile.am 30 Sep 2011 07:27:01 -0000      1.4
+++ Makefile.am 1 Oct 2011 20:52:12 -0000       1.5
@@ -7,7 +7,7 @@
 include Makefile.incl
 
 $(srcdir)/Makefile.incl:
-       (cd $(srcdir)/ && $(SHELL) ./maintain/regenerate_file_lists.pl)
+       (cd $(srcdir)/ && $(PERL) ./maintain/regenerate_file_lists.pl)
 
 bin_SCRIPTS = texi2any
 

Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -b -r1.182 -r1.183
--- TODO        30 Sep 2011 22:31:30 -0000      1.182
+++ TODO        1 Oct 2011 20:52:12 -0000       1.183
@@ -4,11 +4,15 @@
 
 Add automake conditionals if modules required for tests are not present.
 
+Handling of #line.
+
 In xml output, as can be seen in xtable/table_nested macro output do
 not begin with an end of line
   <macro>@vtable @asis
 Is it right or not?
 
+For plaintext @image output if there is no basename.txt, use alt else
+the basename as [image basename].
 
 remove _*directions('This' and replace with new API. Done?
 



reply via email to

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