aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-08-01 14:31:29 +0000
committerRob Austein <sra@hactrn.net>2007-08-01 14:31:29 +0000
commit1833bd9e097a64d71cdcbba9f439762c0c83d6dc (patch)
treed6d70a8cb0ec6fb2d50d05dc1e95f43d11583183 /scripts/Makefile
parentf3a2d2f00d1a32316458125426071662b4156ed0 (diff)
Get Makefiles right
svn path=/scripts/Makefile; revision=805
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index ab658040..19f2cf72 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -1,6 +1,6 @@
# $Id$
-all: left-right-protocol-samples/.stamp left-right-schema.rng up-down-medium-schema.rng up-down-schema.rng resource-cert-samples/.stamp
+all: left-right-protocol-samples/.stamp left-right-schema.rng up-down-medium-schema.rng up-down-schema.rng resource-cert-samples-regen
left-right-protocol-samples/.stamp: left-right-protocol-samples.xsl ../docs/left-right-xml
xsltproc left-right-protocol-samples.xsl ../docs/left-right-xml
@@ -25,7 +25,9 @@ relaxng: left-right-protocol-samples/.stamp
xmllint --noout --relaxng left-right-schema.rng left-right-protocol-samples/*.xml
xmllint --noout --relaxng up-down-schema.rng up-down-protocol-samples/*.xml
+resource-cert-samples-regen: resource-cert-samples/.stamp
+ cd resource-cert-samples && make
+
resource-cert-samples/.stamp: generate-testrepo.py Makefile
python generate-testrepo.py
- cd resource-cert-samples && make
touch $@