aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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