diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-09-18 17:56:42 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-09-18 17:56:42 +0000 |
commit | bcf4f5c089878ad822ed4073e7de63b12344b978 (patch) | |
tree | 7947195be8a18a343b2b238bd4d6b758203dc17a /Build/source/texk/ttf2pk2/Makefile.am | |
parent | e3167f2329da4174fd1332e069788693de96b72a (diff) |
ttf2pk: Adapt to W32TeX (from Akira)
Start handling the GSUB table
Extend the test to cover vert feature from GSUB table
git-svn-id: svn://tug.org/texlive/trunk@27716 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttf2pk2/Makefile.am')
-rw-r--r-- | Build/source/texk/ttf2pk2/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/ttf2pk2/Makefile.am b/Build/source/texk/ttf2pk2/Makefile.am index e3d00fa9692..fe7a373c6d4 100644 --- a/Build/source/texk/ttf2pk2/Makefile.am +++ b/Build/source/texk/ttf2pk2/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/ttf2pk2/ ## -## Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2011, 2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -16,6 +16,8 @@ common_sources = \ errormsg.h \ filesrch.c \ filesrch.h \ + ftlib.c \ + ftlib.h \ ligkern.c \ ligkern.h \ newobj.c \ @@ -100,8 +102,9 @@ TESTS = tests/ttf2pk.test EXTRA_DIST = $(TESTS) ## tests/ttf2pk.test EXTRA_DIST += tests/GenR102.ttf tests/gentium-ec.enc tests/ttf2pk.cfg \ - tests/GenR102-ec.map tests/GenR102-h.map tests/GenR102-v.map -DISTCLEANFILES += GenR-ec.vpl GenR102-* + tests/GenR102-ec.map tests/GenR102-h.map tests/GenR102-v.map \ + tests/Test.sfd tests/ipaexg.ttf tests/ipaexg-h.map tests/ipaexg-v.map +DISTCLEANFILES += GenR-ec.vpl GenR102-* ipaexg-* ## Not used ## |