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