view doc/www.anonet2.org/public_pod/Makefile @ 479:70ad1bedb1dd draft

Sponsored by early morning productions...
author vutral <vutral@vutral.ano>
date Thu, 31 Mar 2011 03:48:51 +0200
parents 463afeb12080
children 235a193fdbef
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

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