view doc/www.anonet2.org/public_pod/Makefile @ 237:827a4f3cb6af draft

Merge branch 'master' of git://1.0.49.10
author pragmo <pragmo@pragmo.ano>
date Thu, 28 Oct 2010 19:52:50 +0000
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 $@