Mercurial > hg > anonet-resdb
comparison doc/www.anonet2.org/public_pod/Makefile @ 523:235a193fdbef draft
added a2.o/icann
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sun, 26 Jun 2011 09:19:37 +0000 |
parents | 463afeb12080 |
children | ecc9eba4a80f |
comparison
equal
deleted
inserted
replaced
522:51fb231c913e | 523:235a193fdbef |
---|---|
1 all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html irc_anonymity.html services.html assholes.html thejetset_clientport.html | 1 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 |
2 | 2 |
3 %.html: %.pod | 3 %.html: %.pod |
4 pod2xhtml --noindex < $< 2>/dev/null > $@.tmp | 4 pod2xhtml --noindex < $< 2>/dev/null > $@.tmp |
5 mv $@.tmp $@ | 5 mv $@.tmp $@ |