diff options
author | Nick <nick@somerandomnick.ano> | 2010-09-08 21:09:09 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-09-08 21:09:09 +0000 |
commit | d915e50f3dbb7c3a18a47db0706181d7257d8491 (patch) | |
tree | 5094d9b6d1ffb7919793c7ccc313eebeabfd173f /doc/www.anonet2.org/public_pod/Makefile | |
parent | ee84d3993c668ea27e0d505ae4d7e4f67672f229 (diff) | |
download | resdb-d915e50f3dbb7c3a18a47db0706181d7257d8491.tar.gz resdb-d915e50f3dbb7c3a18a47db0706181d7257d8491.zip |
moved intro to separate page
Diffstat (limited to 'doc/www.anonet2.org/public_pod/Makefile')
-rw-r--r-- | doc/www.anonet2.org/public_pod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/www.anonet2.org/public_pod/Makefile b/doc/www.anonet2.org/public_pod/Makefile index 3c889bc..7fcdcfa 100644 --- a/doc/www.anonet2.org/public_pod/Makefile +++ b/doc/www.anonet2.org/public_pod/Makefile @@ -1,4 +1,4 @@ -all: index.html links.html faq.html darknet_comparison.html anonymity.html +all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html %.html: %.pod pod2html --noindex < $< 2>/dev/null > $@.tmp |