[xml/sgml-commit] [SCM] linuxdoc-tools package for Debian. branch, master, updated. debian/0.9.60-24-gf1f1363

Agustin Martin Domingo agmartin at debian.org
Mon Jun 15 12:30:47 UTC 2009


The following commit has been merged in the master branch:
commit e8082e1c13f0c34f62d9953326f6f2c92ad83781
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Thu Apr 30 01:51:00 2009 +0200

    InfoUtils.pm: Use @subsubheading for depth 5.

diff --git a/perl5lib/LinuxDocTools/InfoUtils.pm b/perl5lib/LinuxDocTools/InfoUtils.pm
index 272ae9f..d79e2dd 100644
--- a/perl5lib/LinuxDocTools/InfoUtils.pm
+++ b/perl5lib/LinuxDocTools/InfoUtils.pm
@@ -257,7 +257,7 @@ sub info_write_preprocessed_file {
 	$lastdepth = $depth;
 	$lastnode  = $key;
       } elsif ( $depth eq 5 ){
-	$texinfo .= "** $key\n";
+	$texinfo .= "\@subsubheading $nodedata->{$key}->{'text'}\n";
       } else {
 	die "info-postASP: Entry \"$key\" has wrong depth $depth\n";
       }

-- 
linuxdoc-tools package for Debian.



More information about the debian-xml-sgml-commit mailing list