summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/18-ttf2afm-bug/Makefile
blob: b25b202b0a62c7166d243932363c856eec4b9735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include ../Common.mak

test:
	# $(ttf2afm)
	# $(ttf2afm) ./SourceCodePro-Regular.ttf
	# $(ttf2afm) -u ./SourceCodePro-Regular.ttf
	$(ttf2afm) -e ./ec-uni.enc -u ./SourceCodePro-Regular-latest.ttf >f

help:
	$(ttf2afm)

dump:
	ttx -t name SourceCodePro-Regular-latest.ttf 
	ttx -t name SourceCodePro-Regular-working.ttf 


clean:
	$(clean)
	rm -f *.ttx f

rebuild:
	$(rebuild)