summaryrefslogtreecommitdiff
path: root/doc/www.anonet2.org/public_pod/Makefile
blob: de541d903629f99e8ccc27b77066f4255da025ae (plain) (blame)
1
2
3
4
5
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
	mv $@.tmp $@