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.am | |
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.am')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am index 4cc6927671a..265d54c8216 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.am +++ b/Build/source/texk/web2c/omegafonts/Makefile.am @@ -83,7 +83,7 @@ endif OTANGLE ## Tests ## -OMFONTS_tests = level1.test omfonts.test repeat.test specialhex.test +OMFONTS_tests = charwd.test level1.test omfonts.test repeat.test specialhex.test if OTANGLE if OMFONTS TESTS = $(OMFONTS_tests) @@ -92,6 +92,9 @@ endif OTANGLE EXTRA_DIST = $(OMFONTS_tests) +## charwd.test +EXTRA_DIST += tests/charwd-r.pl tests/charwd-v.vpl +DISTCLEANFILES += tests/charwdr.* tests/charwdv.* ## level1.test EXTRA_DIST += tests/level1.opl DISTCLEANFILES += tests/xlevel1.ofm tests/xlevel1.opl |