summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/tests/06-pkmap/Makefile
blob: c0c16604bd5532275f86918f94ca6d45f7b38018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $Id: Makefile 790 2018-01-02 00:12:04Z karl $
# Public domain.

include ../Common.mak

default: test-pkmap

test-pkmap: cmr10.360pk cmr10.72pk cmb10.72pk
	$(prog) test-pkmap.tex
	grep -q /ffi test-pkmap.pdf # should end up with this encoded char
	grep -a ToUnicode test-pkmap.pdf
#
# dev convenience:
#	pdffonts test-big.pdf
#	pdftotext test-big.pdf -

cmr10.360pk:
	mf-nowin '\mode:=ljfour; mag:=0.6; input cmr10'
	gftopk cmr10.360gf

cmr10.72pk:
	mf-nowin '\mode:=mactrue; input cmr10'
	gftopk cmr10.72gf

cmb10.72pk:
	mf-nowin '\mode:=mactrue; input cmb10'
	gftopk cmb10.72gf

clean:
	$(clean)