view doc/www.anonet2.org/public_pod/Makefile @ 221:f115c17c9e0e draft

Merge branch 'master' of git://git1.somerandomnick.ano
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 25 Oct 2010 10:30:04 +0200
parents 73017f99818f
children dbb73233da1d
line wrap: on
line source

all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html

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