Relocated .latex2html-init to l2hinit.perl.

howto.perl is new; supports LaTeX2HTML for HOWTO documents.
diff --git a/Doc/perl/howto.perl b/Doc/perl/howto.perl
new file mode 100644
index 0000000..ee8f3a4
--- /dev/null
+++ b/Doc/perl/howto.perl
@@ -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....