#! /bin/sh # Copyright (C) 2010 Peter Breitenlohner # You may freely use, modify and/or distribute this file. # Using data sent by Akira Kakuto test -d tests || mkdir -p tests cp $srcdir/ptexdir/tests/nissya_bib.aux tests/nissya_bib.aux TEXMFCNF=$srcdir/../kpathsea \ BSTINPUTS=$srcdir/ptexdir/tests \ BIBINPUTS=$srcdir/ptexdir/tests \ ./pbibtex tests/nissya_bib || exit 1