texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp texi2any.pl


From: karl
Subject: texinfo/tp texi2any.pl
Date: Sat, 08 Sep 2012 16:16:11 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     12/09/08 16:16:11

Modified files:
        tp             : texi2any.pl 

Log message:
        help string; prefer --plaintext, --pdf rather than --dvi

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.137&r2=1.138

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -b -r1.137 -r1.138
--- texi2any.pl 21 Aug 2012 17:44:23 -0000      1.137
+++ texi2any.pl 8 Sep 2012 16:16:11 -0000       1.138
@@ -648,8 +648,8 @@
   makeinfo --html foo.texi               write HTML to address@hidden
   makeinfo --xml foo.texi                write Texinfo XML to address@hidden
   makeinfo --docbook foo.texi            write Docbook XML to address@hidden
-  makeinfo --no-headers foo.texi         write plain text to standard output
-  makeinfo --dvi foo.texi                write PDF using texi2dvi
+  makeinfo --plaintext foo.texi          write plain text to standard output
+  makeinfo --pdf foo.texi                write PDF using texi2dvi
 
   makeinfo --html --no-headers foo.texi  write html without node lines, menus
   makeinfo --number-sections foo.texi    write Info with numbered sections



reply via email to

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