Changeset b35f77f in git for doc/texi2html
- Timestamp:
- Jun 19, 1998, 3:35:42 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 2f776b98867bac5cf01ba63f86e126e2a87e05d1
- Parents:
- 39aaa1ac5795ace5bcee2023702797f8f7c9960c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/texi2html
r39aaa1a rb35f77f 2 2 'di '; 3 3 'ig 00 '; 4 # $Id: texi2html,v 1. 5 1998-06-18 13:26:19krueger Exp $4 # $Id: texi2html,v 1.6 1998-06-19 13:35:42 krueger Exp $ 5 5 # Description: Program to transform most Texinfo documents to HTML. 6 6 # The plan is for the next version of makeinfo to support HTML output … … 1597 1597 if (open(FILE, "> $docu_toc")) { 1598 1598 print "# creating $docu_toc...\n" if $verbose; 1599 &print_toplevel_header("$title - Table of Contents"); 1599 &print_header("$title - Table of Contents", "", 0); 1600 # &print_toplevel_header("$title - Table of Contents"); 1600 1601 &print_ruler; 1601 1602 &print (*top_lines, FILE); # Contents of the top node before the TOC. … … 2053 2054 $text = &$style($text); 2054 2055 } elsif ($style) { # good style 2055 $text = "< $style>$text</$style>";2056 $text = "<H1><$style>$text</$style></H1>"; 2056 2057 } else { # no style 2057 2058 } … … 2217 2218 <A HREF=\"$HOMEPAGE\" TARGET=\"_parent\">texi2html</A> 2218 2219 translator version 1.51a.</H6> 2220 <H6>Modified by the Singular-Team 19.6.1998</H6> 2219 2221 EOT 2220 2222 &print_footer;
Note: See TracChangeset
for help on using the changeset viewer.