1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00

Some reformatting for clarity. Add SeeAlso macro.

(Logical change 1.38)
This commit is contained in:
mostang.com!davidm 2003-01-18 08:10:40 +00:00
parent edc22a3a7e
commit 9f4c59d95e

View file

@ -23,7 +23,12 @@ $htmlMacro1b{'Const'} = $htmlMacro1b{File};
$texiMacro1a{'Const'} = $texiMacro1a{File};
$texiMacro1b{'Const'} = $texiMacro1b{File};
$htmlMacro1a{'section'} = '\n<h1>';
$htmlMacro1b{'section'} = '</h1>\n';
$htmlMacro1a{'subsection'} = '\n<h2>';
$htmlMacro1b{'subsection'} = '</h2>\n';
$manMacro1a{'SeeAlso'} = $manMacro1a{File};
$manMacro1b{'SeeAlso'} = $manMacro1b{File};
# special handling of SeeAlso in latex2man, so that argument gets doubled:
$htmlMacro2a{'SeeAlso'} = "<a href=\"";
$htmlMacro2b{'SeeAlso'} = ".php\">$htmlMacro1a{File}";
$htmlMacro2c{'SeeAlso'} = "$htmlMacro1b{File}</a>";
$texiMacro1a{'SeeAlso'} = $texiMacro1a{File};
$texiMacro1b{'SeeAlso'} = $texiMacro1b{File};