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