view doc/www.anonet2.org/public_pod/Makefile @ 224:74772c760d9c draft

Updated some chat addresses and a small change in the layout of the public website
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 26 Oct 2010 23:03:15 +0200 (2010-10-26)
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 $@