[l2h] support of Alladin GS 5.50
Ruslan Shevchenko
Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
Thu, 13 Jul 2000 17:49:28 +0300
This is a multi-part message in MIME format.
--------------241FF5AAC1390C7A372BF4CC
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
path for 99.2beta7 is attached.
--------------241FF5AAC1390C7A372BF4CC
Content-Type: text/plain; charset=koi8-r;
name="l2h.diff"
Content-Disposition: inline;
filename="l2h.diff"
Content-Transfer-Encoding: 7bit
diff -udr latex2html-99.2beta7.orig/config/config.pl latex2html-99.2beta7/config/config.pl
--- latex2html-99.2beta7.orig/config/config.pl Wed Jul 12 08:15:01 2000
+++ latex2html-99.2beta7/config/config.pl Thu Jul 13 17:41:24 2000
@@ -980,7 +980,7 @@
while (<GS>) {
chomp;
- if(/Ghostscript\s*(?:Version|BETA RELEASE|TESTER RELEASE)\s*(\d+[.]?\d*)/i) {
+ if(/Ghostscript\s*(?:Version|BETA RELEASE|TESTER RELEASE|)\s*(\d+[.]?\d*)/i) {
$gs_version = $1;
}
elsif(/^\s*Available devices/i) {
--------------241FF5AAC1390C7A372BF4CC--