blob: c352212a94f79c2b6b63013d649bad4427f4d1e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $Id$
all: rpki-db-schema.pdf sample-irdb.pdf repository-engine-objects.pdf bpki.pdf
bpki.pdf: bpki-symmetric.pdf bpki-asymmetric.pdf
.SUFFIXES: .pdf .sql .dot .tex
.sql.pdf:
sh ../scripts/graphviz-sql.sh $<
.dot.pdf:
dot -Tps2 $< | ps2pdf - $@
.tex.pdf:
pdflatex $<
pdflatex $<
rm -f $*.log $*.aux
|