summaryrefslogtreecommitdiff
path: root/doc/www.anonet2.org/public_pod/Makefile
blob: d368a8c6153058c5408c03f53c709d3ce3917cd9 (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

%.html: %.pod
	pod2xhtml --noindex < $< 2>/dev/null > $@.tmp
	mv $@.tmp $@