diff options
author | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2017-06-19 13:53:02 +0000 |
---|---|---|
committer | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2017-06-19 13:53:02 +0000 |
commit | 47200cf750c5f351fe840f9d9b57bde6cc75167c (patch) | |
tree | c1d9986d76a5ebdf93b5d0fb3b86d507a2f491fa /Build/source/texk/seetexk/Makefile.in | |
parent | bd2881589ba386c2275e3e32c304a63c49ff46f8 (diff) |
texk/seetexk: Support pTeX dvi by H. Yamashita-san
git-svn-id: svn://tug.org/texlive/trunk@44637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/Makefile.in')
-rw-r--r-- | Build/source/texk/seetexk/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/seetexk/Makefile.in b/Build/source/texk/seetexk/Makefile.in index 08183abcc55..8cf56231cb1 100644 --- a/Build/source/texk/seetexk/Makefile.in +++ b/Build/source/texk/seetexk/Makefile.in @@ -572,7 +572,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CPPFLAGS = $(KPATHSEA_INCLUDES) -DUNIX -DKPATHSEA +AM_CPPFLAGS = $(KPATHSEA_INCLUDES) -DUNIX -DKPATHSEA -DASCIIPTEX AM_CFLAGS = $(WARNING_CFLAGS) noinst_LIBRARIES = libtex.a libtex_a_SOURCES = \ @@ -601,8 +601,10 @@ noinst_HEADERS = \ dist_man1_MANS = dvibook.man dviconcat.man dviselect.man dvitodvi.man TESTS = seetexk.test EXTRA_DIST = $(TESTS) tests/play.dvi tests/playbook.2 tests/playconc.2 \ - tests/playdvi.2 tests/playnot.2 tests/playsel.2 -DISTCLEANFILES = play*.2 play*.dvi + tests/playdvi.2 tests/playnot.2 tests/playsel.2 \ + tests/playtate.dvi tests/playbook.3 tests/playbook.4 \ + tests/playconc.3 tests/playdvi.3 tests/playsel.3 +DISTCLEANFILES = play*.2 play*.3 play*.4 play*.dvi all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am |