diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 1524df0a..c352212a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,10 +2,17 @@ all: rpki-db-schema.pdf sample-irdb.pdf repository-engine-objects.pdf bpki.pdf -.SUFFIXES: .pdf .sql .dot +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 |