summaryrefslogtreecommitdiffstats
path: root/Makefile_lout
blob: e45f4620e4e91f4d859230db1a9594f2907da072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

# clear out all suffixes
.SUFFIXES:
# # list only those we use
.SUFFIXES: .lou .ps .pdf

.lou.ps:
	lout -I.. -r3 $< -o $@

.ps.pdf:
	ps2pdf $<