At line 91 in the generated Makefile (line 90 of Makefile.in), the line
test -s $$file && latex2html=$$file break ; \
fails on a Red Hat Linux installation running GNU make 3.79 and bash
1.14.7; the variable latex2html is not defined for the following commands.
The replacement line
test -s $$file && latex2html=$$file && break ; \
works correctly in the same environment.
--
Darrell Tangman -- [EMAIL PROTECTED] -- Augusta, Georgia, USA
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html