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

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