aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-01-08 21:52:16 +0000
committerRob Austein <sra@hactrn.net>2008-01-08 21:52:16 +0000
commite3267ab194fe2e3368121430e2acbe125ae9de6b (patch)
treeafdbfb6f8f0be435957f97f01424f58e919c9a15
parent1a5842d9937104140a79c8148a9679df5f4cd9d0 (diff)
Export target
svn path=/Makefile; revision=1446
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ac8619c..6243eaf0 100644
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,9 @@ SUBDIRS = openssl rcynic tests pow
all install clean:
@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && make $@); done
+
+export:
+ svn export http://subvert-rpki.hactrn.net/
+ cd subvert-rpki.hactrn.net/scripts/rpki; PATH=/bin:/usr/bin:/usr/local/bin /usr/local/bin/doxygen </dev/null
+ tar czf subvert-rpki.hactrn.net-$$(date +%Y.%m.%d).tar.gz subvert-rpki.hactrn.net
+ rm -rf subvert-rpki.hactrn.net