view doc/www.anonet2.org/public_pod/Makefile @ 66:70a0167e1b20 draft

updated dn42 export to export netblock info
author Nick <nick@somerandomnick.ano>
date Mon, 21 Jun 2010 19:01:09 +0000
parents d2e2d8432e91
children d5a0da431616
line wrap: on
line source

all: index.html links.html faq.html

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