Re: (dsssl) quick howto?

Subject: Re: (dsssl) quick howto?
From: Jany Quintard <quintard.j@xxxxxxxxxx>
Date: Wed, 24 Jan 2001 13:40:19 +0100 (CET)
On Wed, 24 Jan 2001, Stephane Bortzmeyer wrote:

> MAX_TEX_RECURSION=4
> ...
> # Solution by Rafael Laboissiere <rafael@xxxxxxxxxxx>
> %.dvi: %.tex
>        $(JADETEX) $< 
>        if ! cmp $(shell basename $< .tex).aux prior.aux 2>/dev/null && \
>           expr $(MAKELEVEL) '<' $(MAX_TEX_RECURSION); then \
>                cp -pf $(shell basename $< .tex).aux prior.aux ; \
>                rm -f $@ ; \
>                $(MAKE) $@ ; \
>        fi
>        rm -f prior.aux

Fine. This is for (happy) unix users only.
Or you have to use cygwin or mks ?
But this is off topic in this list :-)

Thanks anyway for the tip. It could be integrated in a FAQ.
Jany.


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

Current Thread