diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-11 07:10:29 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-11 07:10:29 +0000 |
commit | 007cfc88e5a9092cb8bb6402e050dc9630e858f2 (patch) | |
tree | b1a9992c0b669a0f83aaa8643d5b6adb8aa28b6c | |
parent | 96ffdccb51cc3a528563e28f2ce09050e84ef22b (diff) |
Cleanup
svn path=/myrpki.rototill/Makefile; revision=3076
-rw-r--r-- | myrpki.rototill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myrpki.rototill/Makefile b/myrpki.rototill/Makefile index 12c7e940..28534c63 100644 --- a/myrpki.rototill/Makefile +++ b/myrpki.rototill/Makefile @@ -15,14 +15,14 @@ parse: myrpki.xml all python xml-parse-test.py clean: - rm -rf *.xml bpki bpki.myrpki bpki.myirbe test screenlog.* .OpenSSL.whines.unless.I.set.this + rm -rf *.xml bpki test screenlog.* .OpenSSL.whines.unless.I.set.this python sql-cleaner.py format: myrpki.xml xmllint --format myrpki.xml graph: - find . -name .svn -prune -o -type d -name 'bpki.*' -print | while read b; do python ../scripts/x509-dot.py $$b | dot -T ps2 | ps2pdf - $$b/graph.pdf; done + find . -type d -path '*/bpki/*' | while read b; do python ../scripts/x509-dot.py $$b | unflatten -l 8 -f | dot -T ps2 | ps2pdf - $$b/graph.pdf; done verify: sh verify-bpki.sh |