diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-16 07:51:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-16 07:51:07 +0000 |
commit | 7a00b27579c631f2389ee63ed38cea662ec78da1 (patch) | |
tree | e3661ae5f38cf4fc3b21723356a598c6db80f210 /Build/source/texk/web2c/omegafonts/Makefile.in | |
parent | b0ee6760d9a625a2e5a95d4dcad6145602743019 (diff) |
texk/web2c/omegafonts: fix handling of DVI specials in char packets
git-svn-id: svn://tug.org/texlive/trunk@14275 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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index df2d12a0ca6..cda3e6a891e 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -338,10 +338,13 @@ LDADD = $(proglib) $(KPATHSEA_LIBS) DISTCLEANFILES = pl-parser.output tests/Cherokee.tfm \ tests/OCherokee.ofm tests/OCherokee.opl tests/OCherokee.ovf \ tests/xCherokee.pl tests/xOCherokee.ofm tests/xOCherokee.opl \ - tests/xOCherokee.ovp + tests/xOCherokee.ovp tests/specialhex.ofm tests/specialhex.opl \ + tests/specialhex.ovf tests/xspecialhex.ofm \ + tests/xspecialhex.opl tests/xspecialhex.ovp linked_programs = ofm2opl opl2ofm ovf2ovp ovp2ovf -EXTRA_DIST = omfonts.test tests/Cherokee.pl tests/OCherokee.ovp -@OMFONTS_TRUE@@OTANGLE_TRUE@TESTS = omfonts.test +EXTRA_DIST = omfonts.test specialhex.test tests/Cherokee.pl \ + tests/OCherokee.ovp tests/specialhex.ovp +@OMFONTS_TRUE@@OTANGLE_TRUE@TESTS = omfonts.test specialhex.test all: all-am .SUFFIXES: |