blob: 1524df0a008758750e3459b1d5a965b71ce4687c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $Id$
all: rpki-db-schema.pdf sample-irdb.pdf repository-engine-objects.pdf bpki.pdf
.SUFFIXES: .pdf .sql .dot
.sql.pdf:
sh ../scripts/graphviz-sql.sh $<
.dot.pdf:
dot -Tps2 $< | ps2pdf - $@
|