summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/tests/09-fontobjnum/Makefile
blob: 706c721bcae9d74391c80ccbfc320e0ac6275006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile 793 2018-01-25 23:21:29Z karl $
# Public domain.

include ../Common.mak

default: test-ok

test-ok:
	$(prog) test-fontobjnum.tex
	grep 'fontobjnum=1' test-fontobjnum.log >/dev/null

clean:
	$(clean)