File: control

package info (click to toggle)
texi2html 1.64-cvs20010402-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 712 kB
  • ctags: 87
  • sloc: perl: 3,277; sh: 391; makefile: 107
file content (20 lines) | stat: -rw-r--r-- 693 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: texi2html
Section: text
Priority: optional
Maintainer: Peter Moulder <pjm@bofh.asn.au>
Build-Depends: debhelper, texinfo
Standards-Version: 3.5.2

Package: texi2html
Architecture: all
Depends: ${perl:Depends}
Replaces: tetex-bin (<< 1.0.7)
Description: Convert Texinfo files to HTML
 texi2html is a Perl script that converts Texinfo files to HTML.
 .
 The program takes Texinfo files (not info ones) and produces a set of
 HTML files.  The quality of the output is close to the printed output
 and is much better than an info->HTML gateway.
 .
 Compared to the output of `makeinfo --html', texi2html's output is
 more customizable and (subjectively) produces better output by default.