diff options
author | Rob Austein <sra@hactrn.net> | 2007-08-12 04:18:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-08-12 04:18:27 +0000 |
commit | 364fbde16fcd5fe5dc2f6da516f6cf29e33106d9 (patch) | |
tree | 91c76b40693fb4b72fb94056e70efb62ed64a374 /scripts | |
parent | 307e3c25b1c42e19e996f193a086cc4024f99014 (diff) |
doxygen rule
svn path=/scripts/Makefile; revision=872
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 0508953a..0b370b43 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -42,3 +42,6 @@ resource-cert-samples/.stamp: generate-testrepo.py Makefile wraptest: all (echo '<wrapper>'; python xml-parse-test.py; echo '</wrapper>') | fgrep -v '<?xml' | xmlindent + +doxygen: + cd rpki && doxygen |