blob: 42c0f82ce9830fe923f737a26769f8beac6d3e2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## texk/web2c/pdftexdir/am/ttf2afm.am: Makefile fragment for ttf2afm.
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
## ttf2afm
##
bin_PROGRAMS += ttf2afm
ttf2afm_CPPFLAGS = -I$(srcdir)/pdftexdir
ttf2afm_SOURCES = pdftexdir/ttf2afm.c
## included by pdftexdir/ttf2afm.c
EXTRA_ttf2afm_SOURCES = pdftexdir/macnames.c
|