diff options
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index 00d36794da7..4088baafdc8 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -856,7 +856,7 @@ am__EXEEXT_22 = bibtex.test dvicopy.test dvitype.test gftodvi.test \ pktype.test pltotf.test pooltype.test tftopl.test vftovp.test \ vptovf.test weave.test am__EXEEXT_23 = $(am__EXEEXT_22) tests/bibtex-openout-test.pl \ - tests/bibtex-longline-test.pl + tests/bibtex-longline-test.pl tests/bibtex-mem.test @WEB_TRUE@am__EXEEXT_24 = $(am__EXEEXT_23) DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -1101,7 +1101,8 @@ EXTRA_LIBRARIES = libmf.a libmplib.a libpdftex.a liblua51.a \ EXTRA_DIST = PROJECTS cftests config.h cpascal.h help.h triptrap-sh \ tangle.web tangle.ch tangleboot.pin cwebdir ctangleboot.cin \ cwebboot.cin cwebboot.hin tangle.test $(web_programs:=.web) \ - $(web_programs:=.ch) $(web_tests) tests/allbib.aux \ + $(web_programs:=.ch) $(web_tests) tests/memdata1.bst \ + tests/memdata2.bst tests/memdata3.bst tests/allbib.aux \ tests/allbib.tex tests/apalike.bst tests/batch.tex \ tests/check.log tests/cmr10.600gf tests/cmr10.pk \ tests/cmr10.pl tests/cmr10.tfm tests/cmr7.tfm tests/cmr8.tfm \ @@ -1310,21 +1311,21 @@ DISTCLEANFILES = $(EXTRA_LIBRARIES) tangle.c tangle.h tangle.p \ common-ctangle ctangleboot.c cwebboot.c cwebboot.h cftest.p \ $(web_programs:=.c) $(web_programs:=.h) $(web_programs:=.p) \ $(web_programs:=-web2c) tests/xexampl.aux tests/xexampl.bbl \ - tests/xexampl.blg tests/xstory.dvi tests/xpplr.dvi \ - tests/xstory.dvityp tests/xpagenum.typ cmr10.dvi \ - tests/xcmr10.dvi cmr10.pk tests/xcmr10.pk tests/xcmr10.gft1 \ - tests/xcmr10.gft2 io.tex tests/io.tex tests/xpatout pattmp.4 \ - cmr10.gf tests/xcmr10.600gf tests/xcmr10.pktyp \ - tests/xcmr10.tfm tests/xtexpool.typ tests/xcmr10.pl \ - tests/xptmr.vpl tests/xptmr.tfm tests/xptmr.vf pooltype.tex \ - ctie.c cweave.c tie.c ctie.outc ctie.outm common.tex \ - common.scn common.idx tie.outc tie.outm $(nodist_tex_SOURCES) \ - tex-final.ch tex-web2c tex.p tex.pool tex-tangle trip.diffs \ - mftrap.diffs $(nodist_libmf_a_SOURCES) mfextra.c mf-final.ch \ - mf-web2c mf.p mf.pool mf-tangle $(nodist_mpost_SOURCES) \ - mpxout-tangle mptrap.diffs ptmr.mpx tests/xptmr.mpx \ - tests/xstory.mpx $(nodist_libmplib_a_SOURCES) memio-tangle \ - mp-tangle psout-tangle svgout-tangle tfmin-tangle \ + tests/xexampl.blg tests/memtest* tests/xstory.dvi \ + tests/xpplr.dvi tests/xstory.dvityp tests/xpagenum.typ \ + cmr10.dvi tests/xcmr10.dvi cmr10.pk tests/xcmr10.pk \ + tests/xcmr10.gft1 tests/xcmr10.gft2 io.tex tests/io.tex \ + tests/xpatout pattmp.4 cmr10.gf tests/xcmr10.600gf \ + tests/xcmr10.pktyp tests/xcmr10.tfm tests/xtexpool.typ \ + tests/xcmr10.pl tests/xptmr.vpl tests/xptmr.tfm tests/xptmr.vf \ + pooltype.tex ctie.c cweave.c tie.c ctie.outc ctie.outm \ + common.tex common.scn common.idx tie.outc tie.outm \ + $(nodist_tex_SOURCES) tex-final.ch tex-web2c tex.p tex.pool \ + tex-tangle trip.diffs mftrap.diffs $(nodist_libmf_a_SOURCES) \ + mfextra.c mf-final.ch mf-web2c mf.p mf.pool mf-tangle \ + $(nodist_mpost_SOURCES) mpxout-tangle mptrap.diffs ptmr.mpx \ + tests/xptmr.mpx tests/xstory.mpx $(nodist_libmplib_a_SOURCES) \ + memio-tangle mp-tangle psout-tangle svgout-tangle tfmin-tangle \ $(nodist_etex_SOURCES) etex.web etex.ch etex-web2c etex.p \ etex.pool etex-tangle etexdir/etex.version etrip.diffs \ $(nodist_pdftex_SOURCES) pdftex.ch pdftex-web2c pdftex.p \ @@ -1406,7 +1407,7 @@ web_programs = bibtex dvicopy dvitype gftodvi gftopk gftype mft \ patgen pktogf pktype pltotf pooltype tftopl vftovp vptovf weave web_tests = $(web_programs:=.test) tests/bibtex-openout-test.pl \ - tests/bibtex-longline-test.pl + tests/bibtex-longline-test.pl tests/bibtex-mem.test nodist_bibtex_SOURCES = bibtex.c bibtex.h nodist_dvicopy_SOURCES = dvicopy.c dvicopy.h nodist_dvitype_SOURCES = dvitype.c dvitype.h |