aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile
index c352212a..a568b5e4 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,13 +1,10 @@
# $Id$
-all: rpki-db-schema.pdf sample-irdb.pdf repository-engine-objects.pdf bpki.pdf
+all: 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 $<
+.SUFFIXES: .pdf .dot .tex
.dot.pdf:
dot -Tps2 $< | ps2pdf - $@