diff options
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.in | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index d0f96a4baae..bdc518ed6d9 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -342,14 +342,17 @@ omfonts_SOURCES = \ LDADD = $(proglib) $(KPATHSEA_LIBS) omfonts_DEPENDENCIES = $(proglib) $(KPATHSEA_DEPEND) -DISTCLEANFILES = pl-parser.output tests/Cherokee.tfm \ - tests/OCherokee.ofm tests/OCherokee.opl tests/OCherokee.ovf \ - tests/xCherokee.* tests/xOCherokee.* tests/specialhex.ofm \ - tests/specialhex.opl tests/specialhex.ovf tests/xspecialhex.* +DISTCLEANFILES = pl-parser.output tests/xlevel1.ofm tests/xlevel1.opl \ + tests/Cherokee.tfm tests/OCherokee.ofm tests/OCherokee.opl \ + tests/OCherokee.ovf tests/xCherokee.* tests/xOCherokee.* \ + tests/xrepeated.* tests/specialhex.ofm tests/specialhex.opl \ + tests/specialhex.ovf tests/xspecialhex.* linked_programs = ofm2opl opl2ofm ovf2ovp ovp2ovf -@OMFONTS_TRUE@@OTANGLE_TRUE@TESTS = omfonts.test specialhex.test -EXTRA_DIST = omfonts.test specialhex.test tests/Cherokee.pl \ - tests/OCherokee.ovp tests/specialhex.ovp +OMFONTS_tests = level1.test omfonts.test repeat.test specialhex.test +@OMFONTS_TRUE@@OTANGLE_TRUE@TESTS = $(OMFONTS_tests) +EXTRA_DIST = $(OMFONTS_tests) tests/level1.opl tests/Cherokee.pl \ + tests/OCherokee.ovp tests/repeat.opl tests/repeated.opl \ + tests/specialhex.ovp all: all-am .SUFFIXES: |