view doc/www.anonet2.org/public_pod/Makefile @ 954:f95b4af563e6 draft

Merge commit 'bf897c8381adc10fc59542f7dff58ce0dc1ab2dd'
author Nick <nick@somerandomnick.ano>
date Thu, 14 Jun 2012 17:33:14 +0000
parents 235a193fdbef
children ecc9eba4a80f
line wrap: on
line source

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

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