#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2009 Peter Breitenlohner # You may freely use, modify and/or distribute this file. BinDir=${BinDir:-.} ExeExt=${ExeExt:-} _mft=$BinDir/mft$ExeExt test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ MFTINPUTS=$srcdir/tests \ $_mft $srcdir/tests/io && mv -f io.tex tests/io.tex || exit 1