Description: Fix pdfoutput in latex2html
 This patch fixes pdf output in latex2html.
Author: Giuseppe Ghibò <ghibo@mandrakesoft.com>
Bug: http://www.mail-archive.com/latex2html@tug.org/msg02757.html
Bug-Debian: http://bugs.debian.org/320187

--- latex2html-2008-debian1.orig/texinputs/html.sty
+++ latex2html-2008-debian1/texinputs/html.sty
@@ -36,7 +36,12 @@
   \ifx\pdfoutput\relax \let\pdfunknown\relax
    \RequirePackage{hyperref}\let\html@new=\renewcommand
   \else
-   \RequirePackage{hyperref}\let\html@new=\newcommand
+   \ifcase\pdfoutput
+    \let\pdfunknown\relax    \let\html@new=\newcommand
+   \else
+     \RequirePackage[pdftex]{hyperref}\let\html@new=\newcommand
+   \fi
+
   \fi
  \fi
 \else

