changeset 99:d5a0da431616 draft

added darknet comparison page into POD makefile
author Nick <nick@somerandomnick.ano>
date Sun, 08 Aug 2010 08:28:55 +0000
parents 8c1074a9de05
children 8c67da5ecfe6
files doc/www.anonet2.org/public_pod/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/www.anonet2.org/public_pod/Makefile	Sun Aug 08 08:27:43 2010 +0000
+++ b/doc/www.anonet2.org/public_pod/Makefile	Sun Aug 08 08:28:55 2010 +0000
@@ -1,4 +1,4 @@
-all: index.html links.html faq.html
+all: index.html links.html faq.html darknet_comparison.html
 
 %.html: %.pod
 	pod2html --noindex < $< 2>/dev/null > $@.tmp