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

all:: rpki-db-schema.pdf

rpki-db-schema.pdf: rpki-db-schema.sql
	sh ../scripts/graphviz-sql.sh rpki-db-schema.sql

all:: sample-irdb.pdf

sample-irdb.pdf: sample-irdb.sql
	sh ../scripts/graphviz-sql.sh sample-irdb.sql

all:: repository-engine-objects.pdf

repository-engine-objects.pdf: repository-engine-objects.dot
	dot -Tps2 repository-engine-objects.dot | ps2pdf - $@.tmp
	mv $@.tmp $@