blob: 853ec0eb2ba35778f9024236dbe0785e2a873fd3 (
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
|
# $Id: Makefile 777 2017-04-20 23:08:32Z karl $
# Public domain.
include ../Common.mak
default: test-pkmap
test-pkenc: # cmr10.3600pk - not used
$(prog) test-pkmap.tex
#
# should work when and if patch is applied:
# grep -q /ffi test-pkenc.pdf # should end up with this encoded char
# grep -a ToUnicode test-pkenc.pdf
#
# dev convenience:
# pdffonts test-big.pdf
# pdftotext test-big.pdf -
cmr10.3600pk:
mf-nowin '\mode:=ljfour;mag:=6;input cmr10'
gftopk cmr10.3600gf
clean:
$(clean)
|