Hi, Raja R Harinath <[EMAIL PROTECTED]> writes: [snip] > $(html_DATA): .html-stamp > if test -f $@; then :; else rm -f $<; done
That should read:
if test -f $@; then :; else rm -f $<; $(MAKE) .html-stamp; done
- Hari
--
Raja R Harinath ------------------------------ [EMAIL PROTECTED]
