summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/30-compositecharset/Makefile
blob: 5c09aaedb620263a0e89ecae0d2609239d513046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: Makefile 910 2023-08-26 17:47:24Z karl $
# Public domain. /CharSet not including composite base, for some fonts.

texfot = texfot

pln:
	$(texfot) pdftex compositechars.tex
	grep -a /CharSet compositechars.pdf

plt:
	$(texfot) pdflatex compositechars.tex
	grep -a /CharSet compositechars.pdf

llt:
	$(texfot) lualatex compositechars.tex
	grep -a /CharSet compositechars.pdf

ltx:
	$(texfot) latex compositechars.tex
	dvitype compositechars.dvi >typ