93aa21
--- pyOpenSSL-0.6/doc/tools/texinputs/howto.cls.nopdfout	2001-07-16 07:53:03.000000000 -0400
93aa21
+++ pyOpenSSL-0.6/doc/tools/texinputs/howto.cls	2005-03-14 20:22:34.745230000 -0500
93aa21
@@ -54,10 +54,16 @@
93aa21
     % changes \\ to ', ' (comma-space), making it pass muster for
93aa21
     % generating document info in the PDF file.
93aa21
     \def\\{, }
93aa21
-    \pdfinfo{
93aa21
-      /Author (\@author)
93aa21
-      /Title (\@title)
93aa21
-    }
93aa21
+    \ifx\pdfoutput\relax
93aa21
+    \else
93aa21
+      \ifcase\pdfoutput
93aa21
+      \else
93aa21
+        \pdfinfo{
93aa21
+          /Author (\@author)
93aa21
+          /Title (\@title)
93aa21
+        }
93aa21
+      \fi
93aa21
+    \fi
93aa21
   }}
93aa21
   \begin{flushright}
93aa21
     {\rm\Huge\py@HeaderFamily \@title} \par
93aa21
--- pyOpenSSL-0.6/doc/tools/texinputs/manual.cls.nopdfout	2005-03-14 09:32:50.000000000 -0500
93aa21
+++ pyOpenSSL-0.6/doc/tools/texinputs/manual.cls	2005-03-14 09:34:20.000000000 -0500
93aa21
@@ -69,10 +69,16 @@
93aa21
       % changes \\ to ', ' (comma-space), making it pass muster for
93aa21
       % generating document info in the PDF file.
93aa21
       \def\\{, }
93aa21
-      \pdfinfo{
93aa21
-        /Author (\@author)
93aa21
-        /Title (\@title)
93aa21
-      }
93aa21
+      \ifx\pdfoutput\relax
93aa21
+      \else
93aa21
+        \ifcase\pdfoutput
93aa21
+        \else
93aa21
+          \pdfinfo{%
93aa21
+            /Author (\@author)
93aa21
+            /Title (\@title)
93aa21
+          }
93aa21
+        \fi
93aa21
+      \fi
93aa21
     }}
93aa21
     \begin{flushright}%
93aa21
       {\rm\Huge\py@HeaderFamily \@title \par}%