summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-09-18 17:14:38 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-09-18 17:14:38 +0000
commit46c5c10b90d04832f110e30295ce5ab109c2be51 (patch)
treeb514e456f863c6da80bed0e8c0dfc9fd2df76e5f /Build/source/texk/ttfdump/Makefile.in
parent13d6071356cd521580ae11ead7c642c1956b2f68 (diff)
ttfdump: Adapt to W32TeX
Handle fields present only in versions 1 and 2 of OS/2 table git-svn-id: svn://tug.org/texlive/trunk@27693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttfdump/Makefile.in')
-rw-r--r--Build/source/texk/ttfdump/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/Build/source/texk/ttfdump/Makefile.in b/Build/source/texk/ttfdump/Makefile.in
index e7fa3db66cf..53502e74b1a 100644
--- a/Build/source/texk/ttfdump/Makefile.in
+++ b/Build/source/texk/ttfdump/Makefile.in
@@ -351,16 +351,18 @@ libttf_a_SOURCES = \
libttf/vhea.c \
libttf/vmtx.c
-EXTRA_DIST = libttf/fixed.c libttf/interp.c libttf/stack.c \
- docs/ttfdump.dvi docs/ttfdump.html docs/ttfdump.ps $(TESTS) \
- tests/FonetikaDaniaIwonaeRegular.ttf tests/ttfdump.glyf \
- tests/ttfdump.gpos tests/ttfdump.gsub tests/ttfdump.head ILX \
+EXTRA_DIST = include/stack.h libttf/fixed.c libttf/interp.c \
+ libttf/stack.c docs/ttfdump.dvi docs/ttfdump.html \
+ docs/ttfdump.ps $(TESTS) tests/FonetikaDaniaIwonaeRegular.ttf \
+ tests/texmfhome.otf tests/ttfdump.glyf tests/ttfdump.gpos \
+ tests/ttfdump.gsub tests/ttfdump.head tests/ttfdump.os_2 ILX \
NOTE README.bg5
ttfdump_SOURCES = src/ttfdump.c
LDADD = libttf.a $(KPATHSEA_LIBS)
dist_man1_MANS = docs/ttfdump.1
TESTS = tests/ttfdump.test
-DISTCLEANFILES = FonetikaDaniaIwonaeRegular.ttf ttftest.*
+DISTCLEANFILES = FonetikaDaniaIwonaeRegular.ttf texmfhome.otf \
+ ttftest.*
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am