From 9ab675972d33f751a28eb312ff36711685c427f8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 11 Apr 2005 21:13:06 +0000 Subject: Add tor-running-routers and mixminion --- web/mixminion-nodes/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 web/mixminion-nodes/Makefile.am (limited to 'web/mixminion-nodes') diff --git a/web/mixminion-nodes/Makefile.am b/web/mixminion-nodes/Makefile.am new file mode 100644 index 0000000..c2176e0 --- /dev/null +++ b/web/mixminion-nodes/Makefile.am @@ -0,0 +1,28 @@ +SUBDIRS = + +based_in = htdocs +include $(top_srcdir)/Makefile.common + +doc_DATA = result/index.html + +result/index.html: $(MIXMINION_BASE)/result/index.html + rm -rf result + cp -a $(MIXMINION_BASE)/result result + + echo "ExpiresActive On" > result/.htaccess + echo "ExpiresByType image/png \"modification plus 4 hours 20 minutes\"" >> result/.htaccess + echo "ExpiresByType text/html \"modification plus 4 hours 20 minutes\"" >> result/.htaccess + +clean: + rm -rf result + +install-data-local: result/index.html + [ -d $(docdir) ] || mkdir $(docdir) + cp -a result/*.png $(docdir) + cp -a result/*.html $(docdir) + cp -a result/.htaccess $(docdir) + +uninstall-local: + rm -f $(docdir)/*.png + rm -f $(docdir)/*.html + rm -f $(docdir)/.htaccess -- cgit v1.2.3