view doc/www.anonet2.org/public_pod/Makefile @ 99:d5a0da431616 draft

added darknet comparison page into POD makefile
author Nick <nick@somerandomnick.ano>
date Sun, 08 Aug 2010 08:28:55 +0000
parents d2e2d8432e91
children 5100b1fb4f5c
line wrap: on
line source

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

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