view doc/www.anonet2.org/public_pod/Makefile @ 493:ef1284b74bfc draft

Merge git://1.22.187.1
author lex <lex@lynx.ano>
date Fri, 15 Apr 2011 20:01:53 +0000
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 $@