OBS-URL: https://build.opensuse.org/package/show/Publishing/html2ps?expand=0&rev=9
19 lines
833 B
Diff
19 lines
833 B
Diff
From: Nigel Jones <nigelj@gmail.com>
|
|
Last-Update: 2005-05-29
|
|
Description: DSC renamed to dsc
|
|
This is patch fixes #176012 and #76569
|
|
|
|
diff --git a/html2ps b/html2ps
|
|
index 66c1bfb..aea859e 100755
|
|
--- a/html2ps
|
|
+++ b/html2ps
|
|
@@ -379,7 +379,7 @@ $version="html2ps version 1.0 beta7";
|
|
$opts="2|b:|c|C:|d|D|e:|f:|F|g|h|H|i:|k:|l:|L|m:|M:|n|N:|o:|O|r:|R|s:|S:|t|T|"
|
|
."u|U|v|W:|x:";
|
|
%optalias=( 'twoup','2', 'base','b', 'check','c', 'toc','C', 'debug','d',
|
|
- 'DSC','D', 'encoding','e', 'rcfile','f', 'frame','F', 'grayscale','g',
|
|
+ 'DSC','D', 'dsc','D', 'encoding','e', 'rcfile','f', 'frame','F', 'grayscale','g',
|
|
'help','h', 'hyphenate','H', 'scaleimage','i', 'cookie','k', 'language','l',
|
|
'landscape','L', 'scalemath','m', 'mainchapter','M', 'number','n',
|
|
'startno','N', 'output','o', 'original','O', 'rootdir','r', 'xref','R',
|