view doc/www.anonet2.org/public_pod/Makefile @ 46:c79c2e94307c draft

forgot semicolons in dot code (bug reported and tracked down by UFO)
author Nick <nick@somerandomnick.ano>
date Sat, 12 Jun 2010 00:05:16 +0000
parents 31e3b4edf502
children d2e2d8432e91
line wrap: on
line source

all: index.html links.html

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