diff options
author | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2022-09-03 06:01:50 +0000 |
---|---|---|
committer | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2022-09-03 06:01:50 +0000 |
commit | f1a331c077fc7a7fd57d9c2bc3b36d7088d7cf05 (patch) | |
tree | d67ec99954ceff578a08f64817265d010e1660f6 | |
parent | bb3c1007e2f9fbee5d667321fecd07897e930a18 (diff) |
(u)pbibtex: tweak
git-svn-id: svn://tug.org/texlive/trunk@64277 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 19 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/am/ptex.am | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/am/uptex.am | 1 |
3 files changed, 12 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index 8eac176c6d1..22fc67c8b0d 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -4470,8 +4470,7 @@ pweb_tests = ptexdir/pbibtex.test ptexdir/pdvitype.test \ ptexdir/ppltotf.test ptexdir/ptftopl.test \ ptexdir/pbibtex-openout-test.pl \ ptexdir/pbibtex-longline-test.pl ptexdir/pbibtex-mem.test \ - ptexdir/nissya.test ptexdir/pbibtex-char.test \ - ptexdir/sample.test ptexdir/yokotate.test \ + ptexdir/nissya.test ptexdir/sample.test ptexdir/yokotate.test \ ptexdir/skipjfmp.test eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) -I$(srcdir)/libmd5 \ $(ZLIB_INCLUDES) $(am__append_145) @@ -4576,11 +4575,17 @@ uptftopl_DEPENDENCIES = $(uptex_dependencies) # upTeX Tests uptex_tests = uptexdir/uptriptest.test uptexdir/upver.test -upweb_tests = uptexdir/upbibtex.test uptexdir/updvitype.test \ - uptexdir/uppltotf.test uptexdir/uptftopl.test \ - uptexdir/yokotate.test uptexdir/newjfm.test \ - uptexdir/uparse.test uptexdir/gkhuge.test uptexdir/upkcat.test \ - uptexdir/upbibtex-char.test +upweb_tests = \ + uptexdir/upbibtex.test \ + uptexdir/updvitype.test \ + uptexdir/uppltotf.test \ + uptexdir/uptftopl.test \ + uptexdir/yokotate.test \ + uptexdir/newjfm.test \ + uptexdir/uparse.test \ + uptexdir/gkhuge.test \ + uptexdir/upkcat.test + euptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) \ -I$(srcdir)/libmd5 $(ZLIB_INCLUDES) $(am__append_149) diff --git a/Build/source/texk/web2c/ptexdir/am/ptex.am b/Build/source/texk/web2c/ptexdir/am/ptex.am index 53e1b61bf2c..a6545d1a896 100644 --- a/Build/source/texk/web2c/ptexdir/am/ptex.am +++ b/Build/source/texk/web2c/ptexdir/am/ptex.am @@ -181,7 +181,6 @@ pweb_tests = \ ptexdir/ptftopl.test pweb_tests += ptexdir/pbibtex-openout-test.pl ptexdir/pbibtex-longline-test.pl pweb_tests += ptexdir/pbibtex-mem.test ptexdir/nissya.test -pweb_tests += ptexdir/pbibtex-char.test pweb_tests += ptexdir/sample.test pweb_tests += ptexdir/yokotate.test pweb_tests += ptexdir/skipjfmp.test diff --git a/Build/source/texk/web2c/uptexdir/am/uptex.am b/Build/source/texk/web2c/uptexdir/am/uptex.am index 62e7ae1a90e..c7a58d14b9c 100644 --- a/Build/source/texk/web2c/uptexdir/am/uptex.am +++ b/Build/source/texk/web2c/uptexdir/am/uptex.am @@ -174,7 +174,6 @@ 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) |