diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-02 10:58:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-02 10:58:53 +0000 |
commit | e353515c04a63f182389b1989d8aa0bcec79a6bd (patch) | |
tree | e1b0643d8d94666969140662c19799540d6cdd00 /Build/source/texk/web2c/omegafonts/Makefile.in | |
parent | 0b951eb3fd341fe45003ce403295dcfb8bf3a659 (diff) |
build system update
git-svn-id: svn://tug.org/texlive/trunk@17286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.in | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index e81adbf20ab..de808cc971d 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -346,17 +346,18 @@ omfonts_SOURCES = \ LDADD = $(proglib) $(KPATHSEA_LIBS) omfonts_DEPENDENCIES = $(proglib) $(KPATHSEA_DEPEND) -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.* +DISTCLEANFILES = pl-parser.output tests/charwdr.* tests/charwdv.* \ + 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_tests = level1.test omfonts.test repeat.test specialhex.test +OMFONTS_tests = charwd.test 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 +EXTRA_DIST = $(OMFONTS_tests) tests/charwd-r.pl tests/charwd-v.vpl \ + tests/level1.opl tests/Cherokee.pl tests/OCherokee.ovp \ + tests/repeat.opl tests/repeated.opl tests/specialhex.ovp all: all-am .SUFFIXES: |