Relocated .latex2html-init to l2hinit.perl.

howto.perl is new; supports LaTeX2HTML for HOWTO documents.
This commit is contained in:
Fred Drake 1998-03-06 21:18:55 +00:00
parent bc772f466c
commit bc7101dff0
2 changed files with 417 additions and 0 deletions

11
Doc/perl/howto.perl Normal file
View file

@ -0,0 +1,11 @@
# -*- perl -*-
#
# This implements the Python howto class. All it really needs to do it
# load the "python" style.
package main;
&do_require_package("article");
&do_require_package("python");
1; # sheesh....