diff options
author | Nick <nick@somerandomnick.ano> | 2010-08-08 08:28:55 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-08-08 08:28:55 +0000 |
commit | 49ea90111d7aea8b96d55a165a805dfc800dd537 (patch) | |
tree | 5750b8117970719544540a5972ecb55e6e897ad5 /doc/www.anonet2.org/public_pod/Makefile | |
parent | 667b05b636f76842459f2b41e4487006706c70e9 (diff) | |
download | resdb-49ea90111d7aea8b96d55a165a805dfc800dd537.tar.gz resdb-49ea90111d7aea8b96d55a165a805dfc800dd537.zip |
added darknet comparison page into POD makefile
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 3294f37..15d1120 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 +all: index.html links.html faq.html darknet_comparison.html %.html: %.pod pod2html --noindex < $< 2>/dev/null > $@.tmp |