aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
blob: a568b5e4df0c322d8d040836fdf47791d482f146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id$

all: repository-engine-objects.pdf bpki.pdf

bpki.pdf: bpki-symmetric.pdf bpki-asymmetric.pdf

.SUFFIXES: .pdf .dot .tex

.dot.pdf:
	dot -Tps2 $< | ps2pdf - $@

.tex.pdf:
	pdflatex $<
	pdflatex $<
	rm -f $*.log $*.aux