texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo/Convert HTML.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo/Convert HTML.pm
Date: Sat, 15 Oct 2011 22:00:46 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/15 22:00:46

Modified files:
        tp/Texinfo/Convert: HTML.pm 

Log message:
        Ignore shorttitlepage while outputting.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.183&r2=1.184

Patches:
Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -b -r1.183 -r1.184
--- HTML.pm     15 Oct 2011 11:42:44 -0000      1.183
+++ HTML.pm     15 Oct 2011 22:00:45 -0000      1.184
@@ -1044,7 +1044,7 @@
 # 'novalidate'
 foreach my $misc_command(@informative_global_commands,
         'verbatiminclude', 'insertcopying', 'printindex', 'listoffloats',
-        'shorttitlepage', 'author', 'subtitle',
+        'author', 'subtitle',
         'title', keys(%default_index_commands), 
         keys(%formatting_misc_commands)) {
   $kept_misc_commands{$misc_command} = 1;



reply via email to

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