# HG changeset patch # User Nick # Date 1281256135 0 # Node ID d5a0da431616d0b34a8af0e070569948387d32c1 # Parent 8c1074a9de05c50830bf0cb155416b4f08f3b842 added darknet comparison page into POD makefile diff -r 8c1074a9de05 -r d5a0da431616 doc/www.anonet2.org/public_pod/Makefile --- 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