blob: 765f2d352db2accaf8009ab3dbefb30d03eee912 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#! /bin/sh
# Copyright (C) 2010-2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
# Using data sent by Akira Kakuto <kakuto@fuk.kindai.ac.jp>
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
|