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