diff options
Diffstat (limited to 'Build/source/texk/dviout-util/Makefile.in')
-rw-r--r-- | Build/source/texk/dviout-util/Makefile.in | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Build/source/texk/dviout-util/Makefile.in b/Build/source/texk/dviout-util/Makefile.in index 25ba6730748..a015c5a0db5 100644 --- a/Build/source/texk/dviout-util/Makefile.in +++ b/Build/source/texk/dviout-util/Makefile.in @@ -560,17 +560,18 @@ dvispc_LDADD = $(PTEXENC_LIBS) $(LDADD) dist_man1_MANS = dvispc.man chkdvifont.man TESTS = dvispc.test chkdvifont.test EXTRA_DIST = $(TESTS) tests/oldindep.spc tests/oldindep.tex \ - tests/oldindep.dvi tests/oldindepout.dvi tests/reverse.tex \ - tests/reverse.dvi tests/reverseout.dvi tests/annot.tex \ - tests/annot.dvi tests/longspec.tex tests/longspec.dvi \ - tests/flatnest.tex tests/flatnest.dvi tests/oldindep.cfn \ - tests/jis.tfm tests/jis.cfn tests/eufm10.tfm tests/eufm10.cfn \ - tests/cmr10.pk tests/cmr10.cfn tests/upjisr-h.vf \ - tests/upsjir-h.cfn + tests/oldindep.dvi tests/oldindepout.dvi tests/tpicpn.tex \ + tests/tpicpn.dvi tests/tpicpnout.dvi tests/tpicsh.tex \ + tests/tpicsh.dvi tests/reverse.tex tests/reverse.dvi \ + tests/reverseout.dvi tests/annot.tex tests/annot.dvi \ + tests/longspec.tex tests/longspec.dvi tests/flatnest.tex \ + tests/flatnest.dvi tests/oldindep.cfn tests/jis.tfm \ + tests/jis.cfn tests/eufm10.tfm tests/eufm10.cfn tests/cmr10.pk \ + tests/cmr10.cfn tests/upjisr-h.vf tests/upsjir-h.cfn DISTCLEANFILES = x*oldindep.spc x*oldindepa.txt x*oldindepax.dvi \ - x*oldindepout.dvi x*reverseout.dvi x*write.dvi x*writeout.dvi \ - oldindep.dvi xoldindep.cfn xjis.cfn xeufm10.cfn xeufm10.ed.cfn \ - xcmr10.cfn xupjisr-h.cfn + x*oldindepout.dvi x*tpicpnout.dvi x*reverseout.dvi x*write.dvi \ + x*writeout.dvi oldindep.dvi xoldindep.cfn xjis.cfn xeufm10.cfn \ + xeufm10.ed.cfn xcmr10.cfn xupjisr-h.cfn all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am |