diff options
author | icann <icann@icann.ano> | 2012-08-13 15:11:46 +0000 |
---|---|---|
committer | icann <icann@icann.ano> | 2012-08-13 15:11:46 +0000 |
commit | c290b1346ca84acb3ad0ef53bb546a3ab3b29f5d (patch) | |
tree | b09aefc16e0c4e52688801648bc73494ee688e52 /doc/www.anonet2.org/public_pod/Makefile | |
parent | a5f15833c6ab44d62631cd824fa4086985cf439f (diff) | |
parent | e98cb17ad76af4a5eec8d8539384a33720682520 (diff) | |
download | resdb-c290b1346ca84acb3ad0ef53bb546a3ab3b29f5d.tar.gz resdb-c290b1346ca84acb3ad0ef53bb546a3ab3b29f5d.zip |
Merge branch 'master' of git://git1.srn.ano
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 455adc2..de541d9 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 irc_anonymity.html services.html assholes.html thejetset_clientport.html icann.html +all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html irc_anonymity.html services.html assholes.html thejetset_clientport.html icann.html about.html %.html: %.pod pod2xhtml --noindex < $< 2>/dev/null > $@.tmp |