diff options
author | Nick <nick@somerandomnick.ano> | 2010-11-22 22:49:39 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-11-22 22:49:39 +0000 |
commit | 5ffc49341231897655f81570873c663c629fd217 (patch) | |
tree | 6e9a27721e935320633e71d3f547a01e0dbd5bd3 /doc/www.anonet2.org/public_pod/Makefile | |
parent | b73dccf63a81c891a01bf65c5bbc889c24333eff (diff) | |
download | resdb-5ffc49341231897655f81570873c663c629fd217.tar.gz resdb-5ffc49341231897655f81570873c663c629fd217.zip |
forgot to update a2.o makefile for new pages
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 b51c530..b90089a 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 intro.html +all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html irc_anonymity.html services.html %.html: %.pod pod2xhtml --noindex < $< 2>/dev/null > $@.tmp |