Joost Verburg <[EMAIL PROTECTED]> writes: > > Jean-Marc Lasgouttes wrote: > > Note that clean_dvi is not very useful without dt2dv and dv2dt... > > Isn't there a risk of producing a non-functional distribution? > > The attached patch (against 1.4) fixes this by adding a check for dv2dt > and dt2dv before setting up clean_dvi.
Looks good. One quibble: the usual way to test if running on Windows is: if os.name == 'nt': Works irrespective of Windows flavour, apparently. Angus