diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-11-25 14:29:11 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-11-25 14:29:11 +0000 |
commit | fc5971d795c43bd9c8f07559e6cbc8e0e8b62dbf (patch) | |
tree | aa3612d4eaf16441bb289df04403a2e3e221bd20 /Build/source/texk/dviout-util/Makefile.in | |
parent | a53a61b036a9a3ee80bbbeca963a9e3deac9ff23 (diff) |
dviout-util: version 20181125
git-svn-id: svn://tug.org/texlive/trunk@49247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviout-util/Makefile.in')
-rw-r--r-- | Build/source/texk/dviout-util/Makefile.in | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Build/source/texk/dviout-util/Makefile.in b/Build/source/texk/dviout-util/Makefile.in index ee034add300..4b7bfc74a78 100644 --- a/Build/source/texk/dviout-util/Makefile.in +++ b/Build/source/texk/dviout-util/Makefile.in @@ -560,21 +560,25 @@ 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/tpicpn.tex \ - tests/tpicpn.dvi tests/tpicpnout.dvi tests/tpicsh.tex \ - tests/tpicsh.dvi tests/reverse.tex tests/reverse.dvi \ - tests/reverseout.dvi tests/first.tex tests/first.dvi \ - tests/firstout.dvi tests/firstpn.tex tests/firstpn.dvi \ + tests/oldindep.dvi tests/oldindep.dry tests/oldindepout.dvi \ + tests/under.tex tests/under.dvi tests/underout.dvi \ + tests/tpicpn.tex tests/tpicpn.dvi tests/tpicpn.dry \ + tests/tpicpnout.dvi tests/tpicsh.tex tests/tpicsh.dvi \ + tests/tpicsh.dry tests/reverse.tex tests/reverse.dvi \ + tests/reverse.dry tests/reverseout.dvi tests/first.tex \ + tests/first.dvi tests/first.dry tests/firstout.dvi \ + tests/firstpn.tex tests/firstpn.dvi tests/firstpn.dry \ 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*tpicpnout.dvi x*reverseout.dvi \ - x*firstout.dvi x*write.dvi x*writeout.dvi oldindep.dvi \ - xoldindep.cfn xjis.cfn xeufm10.cfn xeufm10.ed.cfn xcmr10.cfn \ - xupjisr-h.cfn + x*oldindep.dry x*oldindepout.dvi x*underout.dvi x*tpicpn.dry \ + x*tpicpnout.dvi x*tpicsh.dry x*reverse.dry x*reverseout.dvi \ + x*first.dry x*firstout.dvi x*firstpn.dry 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 |