[l2h] Bugs in latex2html-99.2alpha9

Luc Van Eycken Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>
Wed, 25 Aug 1999 11:03:27 +0200 (MET DST)


Hi,

to fix a spacing bug in 99.1, I installed the latest alpha version.
When making the manual, I discovered that -no_... switches are no longer
recognized. The included patch will remedy this.

Best regards,

Luc Van Eycken

--- latex2html-99.2alpha9/latex2html.pin.orig	Tue Jul 20 07:15:03 1999
+++ latex2html-99.2alpha9/latex2html.pin	Wed Aug 25 08:53:22 1999
@@ -275,7 +275,7 @@
 
 # Pre-process the command line for backward compatibility
 foreach(@ARGV) {
-  s/^no_/no/; # replace e.g. no_fork by nofork
+  s/^--?no_/-no/; # replace e.g. no_fork by nofork
   # s/^[+](\d+)$/$1/; # remove + in front of integers
 }