diff options
author | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2022-09-03 05:43:53 +0000 |
---|---|---|
committer | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2022-09-03 05:43:53 +0000 |
commit | bb3c1007e2f9fbee5d667321fecd07897e930a18 (patch) | |
tree | e5c775aba6cf89ed7d28c1b0206312fd3c2836ed /Build/source/texk/web2c/uptexdir/am/uptex.am | |
parent | 49208ae978a9550c23a4858a52155edbd927761d (diff) |
((u)p)bibtex: check options before initialization of kpathsea params
git-svn-id: svn://tug.org/texlive/trunk@64276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/am/uptex.am')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/am/uptex.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/uptexdir/am/uptex.am b/Build/source/texk/web2c/uptexdir/am/uptex.am index 6ad2b69c5ef..62e7ae1a90e 100644 --- a/Build/source/texk/web2c/uptexdir/am/uptex.am +++ b/Build/source/texk/web2c/uptexdir/am/uptex.am @@ -174,6 +174,7 @@ upweb_tests = \ uptexdir/uparse.test \ uptexdir/gkhuge.test \ uptexdir/upkcat.test +upweb_tests += uptexdir/upbibtex-char.test uptexdir/upbibtex.log: upbibtex$(EXEEXT) uptexdir/updvitype.log: updvitype$(EXEEXT) uptexdir/uppltotf.log: uppltotf$(EXEEXT) @@ -199,7 +200,7 @@ endif UPWEB ## Test data and results ## ## uptexdir/upbibtex.test -EXTRA_DIST += tests/enc-u.bbl tests/enc-eu.bbl tests/enc-su.bbl +EXTRA_DIST += tests/enc-u.bbl tests/enc-eu.bbl tests/enc-su.bbl tests/enc-uu.bbl DISTCLEANFILES += uptests/xexampl.aux uptests/xexampl.bbl uptests/xexampl.blg \ uptests/xenc*.* ## uptexdir/updvitype.test |