summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/21-structdest/Makefile
blob: 3c905e03bb582f3dd71193cfe3173b16746a1c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile 869 2021-11-04 21:46:36Z karl $
# Public domain.
# Test structure destinations.

include ../Common.mak

default: test-struct

test-struct: test-structdest.tex
	$(prog) $<

clean:
	$(clean)