From d20ebcaf83f4c20ec418df7e06412d92e64953dd Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 16 Sep 2009 18:17:08 +0000 Subject: Cleanup svn path=/myrpki/Makefile; revision=2760 --- myrpki/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'myrpki') diff --git a/myrpki/Makefile b/myrpki/Makefile index 5548889b..e828df71 100644 --- a/myrpki/Makefile +++ b/myrpki/Makefile @@ -2,9 +2,6 @@ all: schema.py -myrpki.xml: myrpki.py asns.csv children.csv parents.csv prefixes.csv roas.csv - python myrpki.py - lint: myrpki.xml schema.rng xmllint --noout --relaxng schema.rng myrpki.xml @@ -20,12 +17,6 @@ schema.py: schema.rng parse: myrpki.xml schema.py python xml-parse-test.py -load: myrpki.xml schema.py - python myirbe.py - -bpki.myrpki: - python myirbe.py - clean: rm -rf *.xml bpki.myrpki bpki.myirbe test screenlog.* python sql-cleaner.py @@ -44,7 +35,5 @@ backup: tar cvvzf test.$$(TZ='' date +%Y.%m.%d.%H.%M.%S).tgz screenlog.* test backup.*.sql rm backup.*.sql -test:: schema.py - -test:: +test: schema.py python yamltest.py -- cgit v1.2.3