texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/texi2html/test/nested_formats generate_...


From: Patrice Dumas
Subject: texinfo/texi2html/test/nested_formats generate_...
Date: Sun, 25 Sep 2011 18:16:33 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/09/25 18:16:33

Modified files:
        texi2html/test/nested_formats: generate_all_texi.pl 

Log message:
        --force is needed now that the defaults are those of makeinfo in C.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/nested_formats/generate_all_texi.pl?cvsroot=texinfo&r1=1.2&r2=1.3

Patches:
Index: generate_all_texi.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/texi2html/test/nested_formats/generate_all_texi.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- generate_all_texi.pl        29 Aug 2009 23:02:20 -0000      1.2
+++ generate_all_texi.pl        25 Sep 2011 18:16:32 -0000      1.3
@@ -22,7 +22,7 @@
       {
          $format = $1;
       }
-      system("perl -w -x ../../texi2html.pl  nested_formats.texi -D $def 
--macro-expand=all_texi/$format-nested_formats.texi");
+      system("perl -w -x ../../texi2html.pl --force nested_formats.texi -D 
$def --macro-expand=all_texi/$format-nested_formats.texi");
       system ("cp all_texi/$format-nested_formats.texi 
all_texi/$dir/nested_formats.texi");
       #system ("perl -w -x ../../texi2html.pl -D $def 
--expand-macro=all_texi/$dir/$format-nested_formats.texi");
       system ("cd all_texi/$dir/ && makeinfo --force nested_formats.texi 
2>nested_formats.2");



reply via email to

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