Jaime E. Villate writes:
> MAXIMAHTML = $(shell find * -maxdepth 0 -name 'maxima*.html' -print)
> ?
> Will that work in Windows?
Works fine on both Linux and Windows but
if and only is i cut `shell'
MAXIMAHTML = $(find * -maxdepth 0 -name 'maxima*.html' -print)
--
Vadim V. Zhytnikov
<vvzhy at mail.ru>
<vvzhy at netorn.ru>