diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-01-24 13:22:01 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-01-24 13:22:01 +0000 |
commit | c103b7963628e6ff10a1fc025aebd0bba5f72a55 (patch) | |
tree | 25e9438a01335ef3daf640e7abebc56a71b12327 /Build/source/texk/web2c/omegafonts/Makefile.in | |
parent | a6e06905e901ade43945a363fc719e6ada2d3836 (diff) |
pltotf, vptovf, and Co: scanning real numbers
git-svn-id: svn://tug.org/texlive/trunk@25190 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 | 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 f8f62c70b33..85e52f65e6c 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -368,10 +368,10 @@ call_omfonts_LDADD = 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/sample*.ofm tests/sample.ovf tests/sample1-h.opl \ - tests/xsample.out tests/specialhex.ofm tests/specialhex.opl \ - tests/specialhex.ovf tests/xspecialhex.* + tests/xCherokee.* tests/xOCherokee.* tests/realnum.* \ + tests/xrepeated.* tests/sample*.ofm tests/sample.ovf \ + tests/sample1-h.opl tests/xsample.out tests/specialhex.ofm \ + tests/specialhex.opl tests/specialhex.ovf tests/xspecialhex.* linked_programs = ofm2opl opl2ofm ovf2ovp ovp2ovf bin_links = \ omfonts$(EXEEXT):ofm2opl \ @@ -379,12 +379,15 @@ bin_links = \ omfonts$(EXEEXT):ovf2ovp \ omfonts$(EXEEXT):ovp2ovf -OMFONTS_tests = charwd.test level1.test omfonts.test repeat.test selectfont.test specialhex.test +OMFONTS_tests = charwd.test level1.test omfonts.test realnum.test \ + repeat.test selectfont.test specialhex.test + @OMFONTS_TRUE@@OTANGLE_TRUE@TESTS = $(OMFONTS_tests) 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/sample.out \ - tests/sample.ovp tests/sample0-h.opl tests/specialhex.ovp + tests/realnum.opl tests/realnum.out tests/repeat.opl \ + tests/repeated.opl tests/sample.out tests/sample.ovp \ + tests/sample0-h.opl tests/specialhex.ovp all: all-am .SUFFIXES: |