[l2h] latex2html-2K.1beta Makefile
Darrell Tangman
darrelltman@mindspring.com
Tue, 6 Feb 2001 09:28:00 -0500 (EST)
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 -- darrelltman@mindspring.com -- Augusta, Georgia, USA