version 1.1, 2004/09/10 08:24:02 |
version 1.2, 2009/02/22 04:59:56 |
Line 336 To convert a Texinfo file to HMTL: $0 [options] file |
|
Line 336 To convert a Texinfo file to HMTL: $0 [options] file |
|
-usage : print usage instructions |
-usage : print usage instructions |
-verbose : verbose output |
-verbose : verbose output |
To check converted files: $0 -check [-verbose] files |
To check converted files: $0 -check [-verbose] files |
|
It accepts only ja_JP.EUC and ascii files. |
EOT |
EOT |
|
|
while (@ARGV && $ARGV[0] =~ /^-/) { |
while (@ARGV && $ARGV[0] =~ /^-/) { |
Line 1883 sub print_header { |
|
Line 1884 sub print_header { |
|
} |
} |
print FILE <<EOT; |
print FILE <<EOT; |
<HTML> |
<HTML> |
|
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp"> |
<HEAD> |
<HEAD> |
$header |
$header |
<TITLE>$_</TITLE> |
<TITLE>$_</TITLE> |